aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/system_test_case.rb
blob: fdaae3ff4060625210c9199e3551ea914b1a312a (plain) (blame)
1
2
3
4
5
module Rails
  class SystemTestCase < ActiveSupport::TestCase
    include Rails.application.routes.url_helpers
  end
end