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:
parent
ccbda1a969
commit
e22fa493e2
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue