aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/render_xml_test.rb
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2012-01-05 12:03:10 -0800
committerSantiago Pastorino <santiago@wyeworks.com>2012-01-05 12:03:10 -0800
commit013d959917a3f682f921dc6af726fa2136285bed (patch)
treed1efcdbf5bfa347a5fbb436d4db61f962382d8a2 /actionpack/test/controller/render_xml_test.rb
parent4d08324aac7a50bbaa8f6200f50e8a7f6ff3ce48 (diff)
parent00236435221a39441af3f1e76110767fba4154a8 (diff)
downloadrails-013d959917a3f682f921dc6af726fa2136285bed.tar.gz
rails-013d959917a3f682f921dc6af726fa2136285bed.tar.bz2
rails-013d959917a3f682f921dc6af726fa2136285bed.zip
Merge pull request #4303 from Karunakar/logger
Moved the logger methods in activeresource/test/abstract_unit.rb
Diffstat (limited to 'actionpack/test/controller/render_xml_test.rb')
-rw-r--r--actionpack/test/controller/render_xml_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/controller/render_xml_test.rb b/actionpack/test/controller/render_xml_test.rb
index ec4dc848ff..8b4f2f5349 100644
--- a/actionpack/test/controller/render_xml_test.rb
+++ b/actionpack/test/controller/render_xml_test.rb
@@ -48,7 +48,7 @@ class RenderXmlTest < ActionController::TestCase
# enable a logger so that (e.g.) the benchmarking stuff runs, so we can get
# a more accurate simulation of what happens in "real life".
super
- @controller.logger = Logger.new(nil)
+ @controller.logger = ActiveSupport::Logger.new(nil)
@request.host = "www.nextangle.com"
end