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/beanstalk/applications_tests.rb

5 lines
179 B
Ruby
Raw Normal View History

2012-03-15 20:19:47 -04:00
Shindo.tests("Fog::AWS[:beanstalk] | applications", ['aws', 'beanstalk']) do
collection_tests(Fog::AWS[:beanstalk].applications, {:name => uniq_id('fog-test-app')}, false)
end