aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/deprecated/performance_test.rb
blob: c7ba5a2fe75da554b4d220f85b35225a7935dcdb (plain) (blame)
1
2
3
ActionController::PerformanceTest = ActionDispatch::PerformanceTest

ActiveSupport::Deprecation.warn 'ActionController::PerformanceTest is deprecated and will be removed, use ActionDispatch::PerformanceTest instead.'