aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorDavid Lee <davidomundo@gmail.com>2011-05-07 01:19:01 -0700
committerDavid Lee <davidomundo@gmail.com>2011-05-07 03:04:26 -0700
commit17a91a6ef93008170e50c073d1c3794f038a0a33 (patch)
tree46d33bc3274dae6a75aa17c7e3ef1b5cc7ee6f79 /activesupport
parentfa8623b52ef136d9479fe4f9cc61256228d590e0 (diff)
downloadrails-17a91a6ef93008170e50c073d1c3794f038a0a33.tar.gz
rails-17a91a6ef93008170e50c073d1c3794f038a0a33.tar.bz2
rails-17a91a6ef93008170e50c073d1c3794f038a0a33.zip
Logs should show overridden method; Issue 426
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/lib/active_support/log_subscriber/test_helper.rb1
1 files changed, 1 insertions, 0 deletions
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