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:
parent
b3ed4f28f4
commit
198be208b6
1 changed files with 1 additions and 1 deletions
|
@ -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? }
|
||||
|
|
Loading…
Reference in a new issue