mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
7b4a517cbf
closes #422
8 lines
206 B
Ruby
8 lines
206 B
Ruby
Shindo.tests("AWS::RDS | servers", ['aws', 'rds']) do
|
|
|
|
pending if Fog.mocking?
|
|
|
|
collection_tests(Fog::AWS[:rds].servers, rds_default_server_params, false) do
|
|
@instance.wait_for { ready? }
|
|
end
|
|
end
|