aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/test_unit/system/templates/system_test_helper.rb
blob: 1d0ae787f768c7ba618e555e2fbead5b0c406213 (plain) (blame)
1
2
3
4
5
6
7
8
require "test_helper"

class ApplicationSystemTestCase < ActionDispatch::SystemTestCase
  teardown do
    take_failed_screenshot
    Capybara.reset_sessions!
  end
end