diff --git a/tests/aws/models/beanstalk/application_tests.rb b/tests/aws/models/beanstalk/application_tests.rb index be0cfbfd7..5d62377fd 100644 --- a/tests/aws/models/beanstalk/application_tests.rb +++ b/tests/aws/models/beanstalk/application_tests.rb @@ -1,5 +1,7 @@ Shindo.tests("Fog::AWS[:beanstalk] | application", ['aws', 'beanstalk']) do + pending if Fog.mocking? + model_tests(Fog::AWS[:beanstalk].applications, {:name => uniq_id('fog-test-app')}, false) end diff --git a/tests/aws/models/beanstalk/applications_tests.rb b/tests/aws/models/beanstalk/applications_tests.rb index b1625c54c..77978867f 100644 --- a/tests/aws/models/beanstalk/applications_tests.rb +++ b/tests/aws/models/beanstalk/applications_tests.rb @@ -1,5 +1,7 @@ Shindo.tests("Fog::AWS[:beanstalk] | applications", ['aws', 'beanstalk']) do + pending if Fog.mocking? + collection_tests(Fog::AWS[:beanstalk].applications, {:name => uniq_id('fog-test-app')}, false) -end \ No newline at end of file +end diff --git a/tests/aws/models/beanstalk/environment_tests.rb b/tests/aws/models/beanstalk/environment_tests.rb index ce4108030..8f919ccb6 100644 --- a/tests/aws/models/beanstalk/environment_tests.rb +++ b/tests/aws/models/beanstalk/environment_tests.rb @@ -1,5 +1,7 @@ Shindo.tests("Fog::AWS[:beanstalk] | environment", ['aws', 'beanstalk']) do + pending if Fog.mocking? + @beanstalk = Fog::AWS[:beanstalk] @application_name = uniq_id('fog-test-app') @@ -53,7 +55,6 @@ Shindo.tests("Fog::AWS[:beanstalk] | environment", ['aws', 'beanstalk']) do count = 0 if @instance.version.label == @version_names[1] - puts "new version names match" @instance.events.each { |event| if event.message == "Environment update is starting." count = count + 1 diff --git a/tests/aws/models/beanstalk/environments_tests.rb b/tests/aws/models/beanstalk/environments_tests.rb index 924bc2d71..e791fd487 100644 --- a/tests/aws/models/beanstalk/environments_tests.rb +++ b/tests/aws/models/beanstalk/environments_tests.rb @@ -1,5 +1,7 @@ Shindo.tests("Fog::AWS[:beanstalk] | environments", ['aws', 'beanstalk']) do + pending if Fog.mocking? + @beanstalk = Fog::AWS[:beanstalk] @application_name = uniq_id('fog-test-app') diff --git a/tests/aws/models/beanstalk/template_tests.rb b/tests/aws/models/beanstalk/template_tests.rb index 8c2ef94dd..a65f0e648 100644 --- a/tests/aws/models/beanstalk/template_tests.rb +++ b/tests/aws/models/beanstalk/template_tests.rb @@ -1,5 +1,7 @@ Shindo.tests("Fog::AWS[:beanstalk] | template", ['aws', 'beanstalk']) do + pending if Fog.mocking? + @beanstalk = Fog::AWS[:beanstalk] @application_name = uniq_id('fog-test-app') diff --git a/tests/aws/models/beanstalk/templates_tests.rb b/tests/aws/models/beanstalk/templates_tests.rb index 075268ce9..ef8f72a0d 100644 --- a/tests/aws/models/beanstalk/templates_tests.rb +++ b/tests/aws/models/beanstalk/templates_tests.rb @@ -1,5 +1,7 @@ Shindo.tests("Fog::AWS[:beanstalk] | templates", ['aws', 'beanstalk']) do + pending if Fog.mocking? + @beanstalk = Fog::AWS[:beanstalk] @application_name = uniq_id('fog-test-app') diff --git a/tests/aws/models/beanstalk/version_tests.rb b/tests/aws/models/beanstalk/version_tests.rb index ab16a5973..12662e049 100644 --- a/tests/aws/models/beanstalk/version_tests.rb +++ b/tests/aws/models/beanstalk/version_tests.rb @@ -1,5 +1,7 @@ Shindo.tests("Fog::AWS[:beanstalk] | version", ['aws', 'beanstalk']) do + pending if Fog.mocking? + @beanstalk = Fog::AWS[:beanstalk] @application_name = uniq_id('fog-test-app') diff --git a/tests/aws/models/beanstalk/versions_tests.rb b/tests/aws/models/beanstalk/versions_tests.rb index 3f5456e46..f841a51c2 100644 --- a/tests/aws/models/beanstalk/versions_tests.rb +++ b/tests/aws/models/beanstalk/versions_tests.rb @@ -1,5 +1,7 @@ Shindo.tests("Fog::AWS[:beanstalk] | versions", ['aws', 'beanstalk']) do + pending if Fog.mocking? + @beanstalk = Fog::AWS[:beanstalk] @application_name = uniq_id('fog-test-app')