aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test
diff options
context:
space:
mode:
authorJon Leighton <j@jonathanleighton.com>2011-08-15 13:32:52 -0700
committerJon Leighton <j@jonathanleighton.com>2011-08-15 13:32:52 -0700
commitbb4e790dff3b345b4080263eb0b17da172b6e67f (patch)
treef246c84d919781a6074cc002983e9c1f29cd2e39 /activesupport/test
parentfd29b4e47f498ac259c8d3c3fcfaa61c99f2972a (diff)
parent83eec4ca4c8312e27678c15f87ba2e17532f7f07 (diff)
downloadrails-bb4e790dff3b345b4080263eb0b17da172b6e67f.tar.gz
rails-bb4e790dff3b345b4080263eb0b17da172b6e67f.tar.bz2
rails-bb4e790dff3b345b4080263eb0b17da172b6e67f.zip
Merge pull request #2539 from arunagw/delegate_expl
Delegate expl
Diffstat (limited to 'activesupport/test')
-rw-r--r--activesupport/test/notifications_test.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/test/notifications_test.rb b/activesupport/test/notifications_test.rb
index cc0dc564f7..884ee61547 100644
--- a/activesupport/test/notifications_test.rb
+++ b/activesupport/test/notifications_test.rb
@@ -1,4 +1,5 @@
require 'abstract_unit'
+require 'active_support/core_ext/module/delegation'
module Notifications
class TestCase < ActiveSupport::TestCase