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

The assignment correctly returns nil, just the test has to react to it.

This commit is contained in:
Bohuslav Kabrda 2012-06-29 14:30:40 +02:00
parent b3ed4f28f4
commit 198be208b6

View file

@ -18,7 +18,7 @@ Shindo.tests("Fog::Compute[:aws] | volume", ['aws']) do
end
tests('#server = nil').succeeds do
@instance.server = nil
(@instance.server = nil).nil?
end
@instance.wait_for { ready? }