aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/benchmark_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/test/controller/benchmark_test.rb')
-rw-r--r--actionpack/test/controller/benchmark_test.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/actionpack/test/controller/benchmark_test.rb b/actionpack/test/controller/benchmark_test.rb
index f346e575e3..608ea5f5a9 100644
--- a/actionpack/test/controller/benchmark_test.rb
+++ b/actionpack/test/controller/benchmark_test.rb
@@ -1,5 +1,4 @@
-require File.dirname(__FILE__) + '/../abstract_unit'
-require 'test/unit'
+require 'abstract_unit'
# Provide some static controllers.
class BenchmarkedController < ActionController::Base