mirror of
https://github.com/fog/fog-aws.git
synced 2022-11-09 13:50:52 -05:00
d48d376e9c
* take the liberty of correcting Aws naming
8 lines
270 B
Ruby
8 lines
270 B
Ruby
Shindo.tests("Aws::RDS | parameter_groups", ['aws', 'rds']) do
|
|
|
|
group_name = 'fog-test'
|
|
params = {:id => group_name, :family => 'mysql5.1', :description => group_name}
|
|
|
|
pending if Fog.mocking?
|
|
collection_tests(Fog::AWS[:rds].parameter_groups, params, false)
|
|
end
|