1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/tests/aws/models/rds/servers_tests.rb

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