diff options
author | Arun Agrawal <arun@fromjaipur.com> | 2011-08-16 01:36:21 +0530 |
---|---|---|
committer | Arun Agrawal <arun@fromjaipur.com> | 2011-08-16 01:36:21 +0530 |
commit | 83eec4ca4c8312e27678c15f87ba2e17532f7f07 (patch) | |
tree | f246c84d919781a6074cc002983e9c1f29cd2e39 /activesupport | |
parent | b2469283a77133fc36382281eca7ea8d4d56c7ed (diff) | |
download | rails-83eec4ca4c8312e27678c15f87ba2e17532f7f07.tar.gz rails-83eec4ca4c8312e27678c15f87ba2e17532f7f07.tar.bz2 rails-83eec4ca4c8312e27678c15f87ba2e17532f7f07.zip |
Requiring delegate.
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/test/notifications_test.rb | 1 |
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 |