From: David Lutterkort <lut...@redhat.com>

Fixes a test failure
---
 tests/cimi/part3_test.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/cimi/part3_test.rb b/tests/cimi/part3_test.rb
index 50e7aae..10243ec 100644
--- a/tests/cimi/part3_test.rb
+++ b/tests/cimi/part3_test.rb
@@ -67,11 +67,11 @@ class CreateNewMachineFromMachineTemplate < CIMI::Test::Spec
   end
 
   it "should have a machineConfig" do
-    machineTemplate.machine_config["href"].wont_be_empty
+    machineTemplate.machine_config.href.wont_be_empty
   end
 
   it "should have a machineImage" do
-    machineTemplate.machine_image["href"].wont_be_empty
+    machineTemplate.machine_image.href.wont_be_empty
   end
 
   it "allows creation of a machine from a template (step 3.3)",
-- 
1.8.1.2

Reply via email to