1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib/action_dispatch
Fumiaki MATSUSHIMA 5edbdca5c0 Fix random failure on system test with ajax
If application has ajax, browser may begin request after rollback.
`teardown_fixtures` will be called after `super` on `after_teardown`
so we must call `Capybara.reset_sessions!` before `super`

b61a56541a/activerecord/lib/active_record/fixtures.rb (L857)
2017-03-03 19:36:56 +09:00
..
http Removed the attribute_accessors required file: 2017-02-12 19:45:11 -05:00
journey Correct spelling 2017-02-05 19:00:18 -06:00
middleware Remove deprecated callbacks from ActionDispatch middlewares 2017-01-31 15:52:12 -05:00
request Document and update API for skip_parameter_encoding 2016-12-21 12:04:00 -08:00
routing Remove unused params. 2017-02-26 12:22:06 +00:00
system_testing Fix random failure on system test with ajax 2017-03-03 19:36:56 +09:00
testing Remove unused require 2017-02-12 19:38:49 -07:00
journey.rb applies new string literal convention in actionpack/lib 2016-08-06 18:51:43 +02:00
railtie.rb Remove deprecated callbacks from ActionDispatch middlewares 2017-01-31 15:52:12 -05:00
routing.rb Fix Rubocop violations and fix documentation visibility 2016-12-28 21:53:51 -05:00
system_test_case.rb Change SystemTestCase.driven_by to use setup/teardown hooks 2017-02-24 13:22:22 -03:00