mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
492b134433
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. |
||
---|---|---|
.. | ||
assertions | ||
assertions.rb | ||
integration.rb | ||
test_process.rb | ||
test_request.rb | ||
test_response.rb |