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