spec/dummy/config/application.rb in bemer-0.2.0 vs spec/dummy/config/application.rb in bemer-0.3.0

- old
+ new

@@ -35,9 +35,11 @@ config.action_controller.allow_forgery_protection = false # Print deprecation notices to the stderr. config.active_support.deprecation = :stderr + config.secret_key_base = 'secret_key_base' + unless ENV['RAILS_ENABLE_TEST_LOG'] config.logger = Logger.new(nil) config.log_level = :fatal end end