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

fix syntax, ruby 1.8.7

This commit is contained in:
Dmitry Dedov 2013-03-26 19:07:47 +03:00
parent 7fe7796412
commit 9bd6b53e76

View file

@ -8,7 +8,7 @@ def snapshot_tests(connection, params, mocks_implemented = true)
@volume.wait_for { ready? } @volume.wait_for { ready? }
tests('create').succeeds do tests('create').succeeds do
@instance.create volume_id: @volume.id @instance.create :volume_id => @volume.id
end end
tests('destroy').succeeds do tests('destroy').succeeds do