mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Requiring delegate.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
require 'abstract_unit'
|
||||
require 'active_support/core_ext/module/delegation'
|
||||
|
||||
module Notifications
|
||||
class TestCase < ActiveSupport::TestCase
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user