From 17a91a6ef93008170e50c073d1c3794f038a0a33 Mon Sep 17 00:00:00 2001 From: David Lee Date: Sat, 7 May 2011 01:19:01 -0700 Subject: Logs should show overridden method; Issue 426 --- activesupport/lib/active_support/log_subscriber/test_helper.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'activesupport') diff --git a/activesupport/lib/active_support/log_subscriber/test_helper.rb b/activesupport/lib/active_support/log_subscriber/test_helper.rb index 392e33edbc..3e54134c5c 100644 --- a/activesupport/lib/active_support/log_subscriber/test_helper.rb +++ b/activesupport/lib/active_support/log_subscriber/test_helper.rb @@ -1,5 +1,6 @@ require 'active_support/log_subscriber' require 'active_support/buffered_logger' +require 'active_support/notifications' module ActiveSupport class LogSubscriber -- cgit v1.2.3