diff options
author | Karunakar (Ruby) <revurikarna@gmail.com> | 2012-01-05 00:22:24 +0530 |
---|---|---|
committer | Karunakar (Ruby) <revurikarna@gmail.com> | 2012-01-06 00:38:46 +0530 |
commit | 00236435221a39441af3f1e76110767fba4154a8 (patch) | |
tree | 020e11b7db361cada6dc01ec785585da50a62609 /actionpack/test/template | |
parent | f63fff6a8492b32c5e44202b938ce5d9600faa2a (diff) | |
download | rails-00236435221a39441af3f1e76110767fba4154a8.tar.gz rails-00236435221a39441af3f1e76110767fba4154a8.tar.bz2 rails-00236435221a39441af3f1e76110767fba4154a8.zip |
Moved all the logger methods to active support logger
minor
Diffstat (limited to 'actionpack/test/template')
-rw-r--r-- | actionpack/test/template/template_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/template/template_test.rb b/actionpack/test/template/template_test.rb index f9c228f0c3..3084527f70 100644 --- a/actionpack/test/template/template_test.rb +++ b/actionpack/test/template/template_test.rb @@ -37,7 +37,7 @@ class TestERBTemplate < ActiveSupport::TestCase end def logger - Logger.new(STDERR) + ActiveSupport::Logger.new(STDERR) end def my_buffer |