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
eileencodes 492b134433 Push before_sending to super class
We want to get rid of the `Live::Response` so we are consolidating methods
from `Live::Response` and `Response` by merging them together.

This adds an `#empty` method to the request so we don't need to
hard-code the empty array each time we call an empty
`ActionDispatch::Request`.

The work here is a continuation on combining controller and integration
test code bases into one.
2015-12-06 15:32:40 -05:00
..
assertions Add redirection path in the error message of assert_response if response is :redirect 2015-12-04 13:13:25 +05:30
assertions.rb Use sufficient a regexp anchor to check @response.content_type.to_s 2015-10-22 20:33:32 +09:00
integration.rb Push before_sending to super class 2015-12-06 15:32:40 -05:00
test_process.rb sop passing host and secure to the build method 2015-08-05 17:59:28 -07:00
test_request.rb assign the cookie hash on request allocation 2015-07-08 16:27:02 -07:00
test_response.rb stop applying default headers in ActionDispatch::Response 2015-09-23 15:48:01 -07:00