rails test.log is always empty

Posted by Raiden on Stack Overflow See other posts from Stack Overflow or by Raiden
Published on 2010-03-12T17:10:37Z Indexed on 2010/03/13 2:37 UTC
Read the original article Hit count: 426

Filed under:
|
|

All the log entries generated when running tests with 'rake' are written to my development.log instead of test.log file

Do I have to explicitly enable logging for test in enviornments/test.config?? (I'm using 'turn' gem to format test output, Can that cause an issue?)

I'm running rails 2.3.5, ruby 1.8.7

I've all these gems installed for RAILS_ENV=test. Any help is appreciated. -[I] less -[I] treetop >= 1.4.2 - [I] polyglot >= 0.2.5 - [I] mutter >= 0.4.2 - [I] mysql - [I] authlogic - [R] activesupport - [I] turn - [I] ansi >= 1.1.0 - [I] facets >= 2.8.0 - [I] rspec >= 1.2.0 - [I] rspec-rails >= 1.2.0 - [I] rspec >= 1.3.0 - [R] rack >= 1.0.0 - [I] webrat >= 0.4.3 - [I] nokogiri >= 1.2.0 - [R] rack >= 1.0 - [I] rack-test >= 0.5.3 - [R] rack >= 1.0 - [I] cucumber >= 0.2.2 - [I] term-ansicolor >= 1.0.4 - [I] treetop >= 1.4.2 - [I] polyglot >= 0.2.5 - [I] polyglot >= 0.2.9 - [R] builder >= 2.1.2 - [I] diff-lcs >= 1.1.2 - [R] json_pure >= 1.2.0 - [I] cucumber-rails - [I] cucumber >= 0.6.2 - [I] term-ansicolor >= 1.0.4 - [I] treetop >= 1.4.2 - [I] polyglot >= 0.2.5 - [I] polyglot >= 0.2.9 - [R] builder >= 2.1.2 - [I] diff-lcs >= 1.1.2 - [R] json_pure >= 1.2.0 - [I] database_cleaner >= 0.2.3 - [I] launchy - [R] rake >= 0.8.1 - [I] configuration >= 0.0.5 - [I] faker - [I] populator - [R] flog = 2.1.0 - [R] flay - [I] rcov - [I] reek - [R] ruby_parser ~> 2.0 - [I] ruby2ruby ~> 1.2 - [R] sexp_processor ~> 3.0 - [R] ruby_parser ~> 2.0 - [R] sexp_processor ~> 3.0 - [I] roodi - [R] ruby_parser - [I] gruff - [I] rmagick - [I] ruby-prof - [R] jscruggs-metric_fu = 1.1.5 - [I] factory_girl - [I] notahat-machinist

© Stack Overflow or respective owner

Related posts about rails

Related posts about test