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

class ActionSystemTestCase < ActionSystemTest::Base
  teardown do
    take_failed_screenshot
    Capybara.reset_sessions!
  end
end