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

module Rails
  class SystemTestCase < ActiveSupport::TestCase
    include Rails.application.routes.url_helpers
    include SystemTesting::Base
  end
end