Commit 00d9e82

mo khan <mo@mokhan.ca>
2015-11-22 16:27:51
write to stdout in test env instead of filesytem.
1 parent 2fb26e0
Changed files (1)
config
environments
config/environments/test.rb
@@ -50,4 +50,5 @@ Rails.application.configure do
     Bullet.bullet_logger = true
     Bullet.raise = true # raise an error if n+1 query occurs
   end
+  config.logger = Logger.new(STDOUT)
 end