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/application_tests.rb

8 lines
201 B
Ruby
Raw Normal View History

2012-03-15 17:19:47 -07:00
Shindo.tests("Fog::AWS[:beanstalk] | application", ['aws', 'beanstalk']) do
pending if Fog.mocking?
2012-03-15 17:19:47 -07:00
model_tests(Fog::AWS[:beanstalk].applications, {:name => uniq_id('fog-test-app')}, false)
end