From a90a076613c32f952e4d3e1bb7c828572e808145 Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Tue, 20 Apr 2010 11:37:18 -0300 Subject: Missing requires added Signed-off-by: Xavier Noria --- activesupport/lib/active_support/testing/setup_and_teardown.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'activesupport/lib') diff --git a/activesupport/lib/active_support/testing/setup_and_teardown.rb b/activesupport/lib/active_support/testing/setup_and_teardown.rb index 6ce9495cee..d8942c3974 100644 --- a/activesupport/lib/active_support/testing/setup_and_teardown.rb +++ b/activesupport/lib/active_support/testing/setup_and_teardown.rb @@ -1,3 +1,6 @@ +require 'active_support/concern' +require 'active_support/callbacks' + module ActiveSupport module Testing module SetupAndTeardown -- cgit v1.2.3