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

8 lines
265 B
Ruby
Raw Normal View History

2015-03-24 14:06:22 -04:00
Shindo.tests('AWS::RDS | describe db engine versions', ['aws', 'rds']) do
tests('success') do
tests("#describe_db_engine_versions").formats(AWS::RDS::Formats::DB_ENGINE_VERSIONS_LIST) do
Fog::AWS[:rds].describe_db_engine_versions.body
end
end
end