aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/test_unit/performance
diff options
context:
space:
mode:
Diffstat (limited to 'railties/lib/rails/generators/test_unit/performance')
-rw-r--r--railties/lib/rails/generators/test_unit/performance/templates/performance_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/rails/generators/test_unit/performance/templates/performance_test.rb b/railties/lib/rails/generators/test_unit/performance/templates/performance_test.rb
index 362e3dc09f..e827aa918f 100644
--- a/railties/lib/rails/generators/test_unit/performance/templates/performance_test.rb
+++ b/railties/lib/rails/generators/test_unit/performance/templates/performance_test.rb
@@ -1,7 +1,7 @@
require 'test_helper'
require 'rails/performance_test_help'
-class <%= class_name %>Test < ActionController::PerformanceTest
+class <%= class_name %>Test < ActionDispatch::PerformanceTest
# Replace this with your real tests.
def test_homepage
get '/'