aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/testing
diff options
context:
space:
mode:
authorMichael Koziarski <michael@koziarski.com>2009-10-15 10:42:18 +1300
committerMichael Koziarski <michael@koziarski.com>2009-10-15 10:42:18 +1300
commitd39f397dc6726b27cc2c60a6e24e15cb1944ec58 (patch)
treea5755b63a15a0fadfcf0c759ae6de6c895d29f15 /activesupport/lib/active_support/testing
parent945d999aadc9df41487e675fa0a863396cb54e31 (diff)
downloadrails-d39f397dc6726b27cc2c60a6e24e15cb1944ec58.tar.gz
rails-d39f397dc6726b27cc2c60a6e24e15cb1944ec58.tar.bz2
rails-d39f397dc6726b27cc2c60a6e24e15cb1944ec58.zip
Missing requires
Diffstat (limited to 'activesupport/lib/active_support/testing')
-rw-r--r--activesupport/lib/active_support/testing/setup_and_teardown.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/activesupport/lib/active_support/testing/setup_and_teardown.rb b/activesupport/lib/active_support/testing/setup_and_teardown.rb
index b738ef334c..137e2629ff 100644
--- a/activesupport/lib/active_support/testing/setup_and_teardown.rb
+++ b/activesupport/lib/active_support/testing/setup_and_teardown.rb
@@ -1,3 +1,4 @@
+require 'active_support/callbacks'
module ActiveSupport
module Testing
module SetupAndTeardown