aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/test_help.rb
diff options
context:
space:
mode:
authorCarl Lerche <carllerche@mac.com>2009-06-30 09:05:53 -0700
committerCarl Lerche <carllerche@mac.com>2009-06-30 09:05:53 -0700
commit9101941c1259627df99c5c13b8e893d5d593265c (patch)
treeb830b4da81450d16d6a1a346e1223b2fe8284be9 /railties/lib/test_help.rb
parentf66b5d79c15c92e0712315b5843e611114390a12 (diff)
downloadrails-9101941c1259627df99c5c13b8e893d5d593265c.tar.gz
rails-9101941c1259627df99c5c13b8e893d5d593265c.tar.bz2
rails-9101941c1259627df99c5c13b8e893d5d593265c.zip
Require core_ext/kernel/requires in test_help to providing #require_library_or_gem
Diffstat (limited to 'railties/lib/test_help.rb')
-rw-r--r--railties/lib/test_help.rb1
1 files changed, 1 insertions, 0 deletions
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'