Requiring delegate.

This commit is contained in:
Arun Agrawal 2011-08-16 01:36:21 +05:30
parent b2469283a7
commit 83eec4ca4c
2 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
require 'abstract_unit'
require 'active_support/core_ext/module/delegation'
module Notifications
class TestCase < ActiveSupport::TestCase

View File

@ -2,6 +2,7 @@ require 'rails/initializable'
require 'rails/configuration'
require 'active_support/inflector'
require 'active_support/core_ext/module/introspection'
require 'active_support/core_ext/module/delegation'
module Rails
# Railtie is the core of the Rails framework and provides several hooks to extend