From 9101941c1259627df99c5c13b8e893d5d593265c Mon Sep 17 00:00:00 2001 From: Carl Lerche Date: Tue, 30 Jun 2009 09:05:53 -0700 Subject: Require core_ext/kernel/requires in test_help to providing #require_library_or_gem --- railties/lib/test_help.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'railties/lib/test_help.rb') diff --git a/railties/lib/test_help.rb b/railties/lib/test_help.rb index 94e089a624..ca30bd3187 100644 --- a/railties/lib/test_help.rb +++ b/railties/lib/test_help.rb @@ -3,6 +3,7 @@ silence_warnings { RAILS_ENV = "test" } require 'test/unit' +require 'active_support/core_ext/kernel/requires' require 'action_controller/testing/test_case' require 'action_view/test_case' require 'action_controller/testing/integration' -- cgit v1.2.3