mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
@@ -1,5 +1,3 @@
|
||||
require 'active_support/core_ext/module/delegation'
|
||||
|
||||
module ActiveSupport
|
||||
# Notifications provides an instrumentation API for Ruby. To instrument an
|
||||
# action in Ruby you just need to do:
|
||||
|
||||
@@ -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