Revert "Missing requires"

These rely on constant autoloads.

This reverts commit d39f397dc6.
This commit is contained in:
Jeremy Kemper
2009-10-14 14:48:43 -07:00
parent 3e62503903
commit 3fa7e2fc98
2 changed files with 0 additions and 2 deletions

View File

@@ -1,7 +1,6 @@
require 'active_support/core_ext/array/wrap'
require 'active_support/core_ext/class/inheritable_attributes'
require 'active_support/core_ext/kernel/reporting'
require 'active_support/concern'
module ActiveSupport
# Callbacks are hooks into the lifecycle of an object that allow you to trigger logic

View File

@@ -1,4 +1,3 @@
require 'active_support/callbacks'
module ActiveSupport
module Testing
module SetupAndTeardown