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/testing
Jorge Bejar and Santiago Pastorino cf075d9f55 Do not run app.executor callbacks in integration tests
This reverts changes made to integration tests in PR #23807.
The issue happens when using capybara with a driver that needs to start a
server in a separate thread like (poltergeist, selenium, etc).
Both threads the capybara server one and the test thread end running
syncronize over the interlock.
2016-03-02 16:44:10 -03:00
..
assertions Duplicate assert_generates options before modifying it 2016-02-01 11:51:45 +00:00
assertion_response.rb Add both HTTP Response Code and Type to assertion messages 2016-01-12 13:09:00 -07:00
assertions.rb Use sufficient a regexp anchor to check @response.content_type.to_s 2015-10-22 20:33:32 +09:00
integration.rb Do not run app.executor callbacks in integration tests 2016-03-02 16:44:10 -03:00
test_process.rb remove unused require 2016-01-30 13:50:22 +09:00
test_request.rb assign the cookie hash on request allocation 2015-07-08 16:27:02 -07:00
test_response.rb Add fixes accidentally removed. 2016-02-12 20:13:48 +01:00