1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/test/controller/mime
Kir Shatrov b19999f3a7 Migrating xhr methods to keyword arguments syntax
in `ActionController::TestCase` and
`ActionDispatch::Integration`

Old syntax:

    `xhr :get, :create, params: { id: 1 }`

New syntax example:

    `get :create, params: { id: 1 }, xhr: true`
2015-02-01 16:07:42 +03:00
..
accept_format_test.rb Switch to kwargs in ActionController::TestCase and ActionDispatch::Integration 2015-01-29 14:44:46 +02:00
respond_to_test.rb Migrating xhr methods to keyword arguments syntax 2015-02-01 16:07:42 +03:00