aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/template/log_subscriber_test.rb
diff options
context:
space:
mode:
authorCarlhuda <carlhuda@engineyard.com>2010-03-02 14:40:59 -0800
committerCarlhuda <carlhuda@engineyard.com>2010-03-02 14:41:12 -0800
commitd78e3fe73fccb90ddb25dc04f9643b83cae2b9e3 (patch)
tree84d54e34951b8e7f96376445ee38a7ed8a3539c6 /actionpack/test/template/log_subscriber_test.rb
parent9f83cdc38e03dc3e65a702b00dc4a3cc0bb44e60 (diff)
downloadrails-d78e3fe73fccb90ddb25dc04f9643b83cae2b9e3.tar.gz
rails-d78e3fe73fccb90ddb25dc04f9643b83cae2b9e3.tar.bz2
rails-d78e3fe73fccb90ddb25dc04f9643b83cae2b9e3.zip
Fix failing Action Pack tests
Diffstat (limited to 'actionpack/test/template/log_subscriber_test.rb')
-rw-r--r--actionpack/test/template/log_subscriber_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/template/log_subscriber_test.rb b/actionpack/test/template/log_subscriber_test.rb
index 2eb2484cf5..5076dfa70f 100644
--- a/actionpack/test/template/log_subscriber_test.rb
+++ b/actionpack/test/template/log_subscriber_test.rb
@@ -7,11 +7,11 @@ class AVLogSubscriberTest < ActiveSupport::TestCase
include Rails::LogSubscriber::TestHelper
def setup
+ super
@old_logger = ActionController::Base.logger
@view = ActionView::Base.new(ActionController::Base.view_paths, {})
Rails.stubs(:root).returns(File.expand_path(FIXTURE_LOAD_PATH))
Rails::LogSubscriber.add(:action_view, ActionView::Railties::LogSubscriber.new)
- super
end
def teardown