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

[compute|aws] Fix server tests

This commit is contained in:
Aaron Suggs 2011-05-17 17:50:50 -04:00
parent 2be5435cf6
commit d1c1c7dc83

View file

@ -1,10 +1,11 @@
Shindo.tests("AWS::Compute | monitor", ['aws']) do
[:addresses, :flavor, :key_pair, :key_pair=, :volume].each do |association|
@instance = AWS[:compute].servers.new
[:addresses, :flavor, :key_pair, :key_pair=, :volumes].each do |association|
responds_to(association)
end
@instance = AWS[:compute].servers.new
tests('new instance') do