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

even more 1.8 test fixes

This commit is contained in:
Eugene Howe 2016-03-02 12:01:36 -05:00
parent e9fadb805e
commit 8902af85dd

View file

@ -21,7 +21,7 @@ Shindo.tests("AWS::RDS | cluster", ["aws", "rds"]) do
returns([]) { @instance.snapshots }
snapshot_id = uniq_id("manual-snapshot")
snapshot = @instance.snapshots.create(id: snapshot_id)
snapshot = @instance.snapshots.create(:id => snapshot_id)
returns(snapshot_id) { snapshot.id }
snapshot.wait_for { ready? }
returns([snapshot.id]) { @instance.snapshots.map(&:id) }