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