test/test_helper.rb in propono-1.3.0 vs test/test_helper.rb in propono-1.4.0
- old
+ new
@@ -18,9 +18,10 @@
Propono.config do |config|
config.access_key = "test-access-key"
config.secret_key = "test-secret-key"
config.queue_region = "us-east-1"
config.application_name = "MyApp"
+ config.queue_suffix = ""
config.logger.stubs(:debug)
config.logger.stubs(:info)
config.logger.stubs(:error)
end