test/test_helper.rb in propono-2.2.1 vs test/test_helper.rb in propono-3.0.0

- old
+ new

@@ -13,12 +13,9 @@ def setup end def propono_config @propono_config ||= Propono::Configuration.new.tap do |c| - c.access_key = "test-access-key" - c.secret_key = "test-secret-key" - c.queue_region = "us-east-1" c.application_name = "MyApp" c.queue_suffix = "" c.logger.stubs(:debug) c.logger.stubs(:info)