aboutsummaryrefslogtreecommitdiffstats
path: root/actionsystemtest/lib/action_system_test/test_helpers.rb
blob: 10ddeff92f587e0062f4e15f4de1bd6f7991ed9d (plain) (blame)
1
2
3
4
5
6
7
8
9
module ActionSystemTest
  module TestHelpers
    extend ActiveSupport::Autoload

    autoload :Assertions
    autoload :FormHelper
    autoload :ScreenshotHelper
  end
end