aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/plugin_test_helper.rb
diff options
context:
space:
mode:
authorYehuda Katz + Carl Lerche <ykatz+clerche@engineyard.com>2009-07-02 17:52:46 -0700
committerYehuda Katz + Carl Lerche <ykatz+clerche@engineyard.com>2009-07-02 17:52:46 -0700
commit378a65a909439ebca909125fdfada23ed89cec63 (patch)
treea80ce06a30ae2a089202a28b7c59d9ca713c7167 /railties/test/plugin_test_helper.rb
parentd8406f0c20e7809ce797d37c509e2f58f07109d2 (diff)
downloadrails-378a65a909439ebca909125fdfada23ed89cec63.tar.gz
rails-378a65a909439ebca909125fdfada23ed89cec63.tar.bz2
rails-378a65a909439ebca909125fdfada23ed89cec63.zip
Added tests for the :install_gem_spec_stubs initializer
Diffstat (limited to 'railties/test/plugin_test_helper.rb')
-rw-r--r--railties/test/plugin_test_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/test/plugin_test_helper.rb b/railties/test/plugin_test_helper.rb
index 55d1a1fa96..893095fa66 100644
--- a/railties/test/plugin_test_helper.rb
+++ b/railties/test/plugin_test_helper.rb
@@ -4,7 +4,7 @@ $:.unshift File.dirname(__FILE__) + "/../../activesupport/lib"
require 'test/unit'
require 'active_support'
require 'initializer'
-require File.join(File.dirname(__FILE__), 'abstract_unit')
+require 'abstract_unit'
# We need to set RAILS_ROOT if it isn't already set
RAILS_ROOT = '.' unless defined?(RAILS_ROOT)