aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/plugin_loader_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'railties/test/plugin_loader_test.rb')
-rw-r--r--railties/test/plugin_loader_test.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/railties/test/plugin_loader_test.rb b/railties/test/plugin_loader_test.rb
index fe77de4474..ec420784a3 100644
--- a/railties/test/plugin_loader_test.rb
+++ b/railties/test/plugin_loader_test.rb
@@ -1,4 +1,4 @@
-require File.dirname(__FILE__) + '/plugin_test_helper'
+require 'plugin_test_helper'
uses_mocha "Plugin Loader Tests" do
@@ -137,4 +137,4 @@ uses_mocha "Plugin Loader Tests" do
end
end
-end \ No newline at end of file
+end