From 9e9dde617f45c24c2cf3193f639b2a9eb0332a34 Mon Sep 17 00:00:00 2001 From: Jeremy Kemper Date: Sat, 15 Nov 2008 19:07:57 -0800 Subject: Require callbacks so AS::TestCase may be required in isolation --- activesupport/lib/active_support/testing/setup_and_teardown.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activesupport') diff --git a/activesupport/lib/active_support/testing/setup_and_teardown.rb b/activesupport/lib/active_support/testing/setup_and_teardown.rb index c70e149c16..dee8d63585 100644 --- a/activesupport/lib/active_support/testing/setup_and_teardown.rb +++ b/activesupport/lib/active_support/testing/setup_and_teardown.rb @@ -1,3 +1,5 @@ +require 'active_support/callbacks' + module ActiveSupport module Testing module SetupAndTeardown -- cgit v1.2.3