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

    autoload :FormHelper
    autoload :Assertions
  end
end