aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/lib')
-rw-r--r--actionpack/lib/system_test_case.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/actionpack/lib/system_test_case.rb b/actionpack/lib/system_test_case.rb
index 4265798073..3a621fb6f0 100644
--- a/actionpack/lib/system_test_case.rb
+++ b/actionpack/lib/system_test_case.rb
@@ -1,8 +1,7 @@
require 'system_testing/base'
module Rails
- class SystemTestCase < ActiveSupport::TestCase
- include Rails.application.routes.url_helpers
+ class SystemTestCase < ActionDispatch::IntegrationTest
include SystemTesting::Base
end
end