mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
b19999f3a7
in `ActionController::TestCase` and `ActionDispatch::Integration` Old syntax: `xhr :get, :create, params: { id: 1 }` New syntax example: `get :create, params: { id: 1 }, xhr: true` |
||
---|---|---|
.. | ||
accept_format_test.rb | ||
respond_to_test.rb |