spec/eucalyptus/resource_spec.rb in eucalyptus-0.2.10 vs spec/eucalyptus/resource_spec.rb in eucalyptus-0.2.11
- old
+ new
@@ -122,7 +122,8 @@
it 'returns nil when tryng to access a key which doesnt exist in the response' do
expect( resource.fake_key ).to eql nil
end
end
+
end
end