21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-05-12 21:48:38 +02:00
chexpire/test/application_system_test_case.rb
2018-06-04 20:39:53 +02:00

11 lines
195 B
Ruby

require "test_helper"
class ApplicationSystemTestCase < ActionDispatch::SystemTestCase
driven_by :headless_chrome
def teardown
Capybara.reset_sessions!
Warden.test_reset!
end
end