mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #22147 from jwworth/pull-request/double-string
Fix double word 'string' [ci skip]
This commit is contained in:
commit
9e78eb18e5
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ module ActionDispatch
|
||||||
# assert_recognizes({controller: 'items', action: 'create'}, {path: 'items', method: :post})
|
# assert_recognizes({controller: 'items', action: 'create'}, {path: 'items', method: :post})
|
||||||
#
|
#
|
||||||
# You can also pass in +extras+ with a hash containing URL parameters that would normally be in the query string. This can be used
|
# You can also pass in +extras+ with a hash containing URL parameters that would normally be in the query string. This can be used
|
||||||
# to assert that values in the query string string will end up in the params hash correctly. To test query strings you must use the
|
# to assert that values in the query string will end up in the params hash correctly. To test query strings you must use the
|
||||||
# extras argument, appending the query string on the path directly will not work. For example:
|
# extras argument, appending the query string on the path directly will not work. For example:
|
||||||
#
|
#
|
||||||
# # Asserts that a path of '/items/list/1?view=print' returns the correct options
|
# # Asserts that a path of '/items/list/1?view=print' returns the correct options
|
||||||
|
|
Loading…
Reference in a new issue