1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

be more sure

This commit is contained in:
Dan Peterson 2010-11-05 12:02:46 -03:00
parent ccbda1a969
commit e22fa493e2

View file

@ -36,7 +36,9 @@ if Fog.mocking?
#Stuff that should change
it "should change the rnat" do
expect { subject }.to change { @vcloud.get_network_ip(@mock_network_ip.href).body[:RnatAddress] }.to(network_ip_data[:rnat])
expect { subject }.to change { @vcloud.get_network_ip(@mock_network_ip.href).body[:RnatAddress] }.
from(@mock_network.rnat).
to(network_ip_data[:rnat])
end
end