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:
parent
2be5435cf6
commit
d1c1c7dc83
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue