aboutsummaryrefslogblamecommitdiffstats
path: root/actionpack/lib/system_testing/base.rb
blob: 770342da82bf2be4b3ceee8cac5d598d5ef2a831 (plain) (tree)
1
2
3
4
5
6
7
8
9






                                       

                                                       

     
require 'system_testing/test_helper'
require 'system_testing/driver_adapter'

module SystemTesting
  module Base
    include TestHelper
    include DriverAdapter

    ActiveSupport.run_load_hooks(:system_testing, self)
  end
end