aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template
diff options
context:
space:
mode:
authorKarunakar (Ruby) <revurikarna@gmail.com>2012-01-05 00:22:24 +0530
committerKarunakar (Ruby) <revurikarna@gmail.com>2012-01-06 00:38:46 +0530
commit00236435221a39441af3f1e76110767fba4154a8 (patch)
tree020e11b7db361cada6dc01ec785585da50a62609 /actionpack/test/template
parentf63fff6a8492b32c5e44202b938ce5d9600faa2a (diff)
downloadrails-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.rb2
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