test/test_helper.rb in propono-0.8.2 vs test/test_helper.rb in propono-0.9.0
- old
+ new
@@ -20,9 +20,10 @@
config.secret_key = "test-secret-key"
config.queue_region = "us-east-1"
config.application_name = "MyApp"
config.logger.stubs(:debug)
+ config.logger.stubs(:info)
config.logger.stubs(:error)
end
end
end