2012-03-15 17:19:47 -07:00
|
|
|
Shindo.tests("Fog::AWS[:beanstalk] | application", ['aws', 'beanstalk']) do
|
|
|
|
|
2012-03-16 11:34:18 -07:00
|
|
|
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
|