aboutsummaryrefslogblamecommitdiffstats
path: root/actionpack/lib/system_testing/base.rb
blob: ae4236f97d6e46d7c2a48b97acfc62a9aa6db482 (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
  end
end