aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/system_test_case.rb
blob: 3a621fb6f0f6ba107a781477c0c4535074d89dd8 (plain) (blame)
1
2
3
4
5
6
7
require 'system_testing/base'

module Rails
  class SystemTestCase < ActionDispatch::IntegrationTest
    include SystemTesting::Base
  end
end