aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/system_testing/test_helpers.rb
blob: 3c528a6953b6405083f5aedb23fb38faeb7530c7 (plain) (blame)
1
2
3
4
5
6
7
8
9
module SystemTesting
  module TestHelpers
    extend ActiveSupport::Autoload

    autoload :Assertions
    autoload :FormHelper
    autoload :ScreenshotHelper
  end
end