mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
[ci skip] Link to the request helpers documentation.
It's tough for people without the knowledge of where the `get` and friends integration test helpers are defined to find documentation for them. Add a link to the main integration test documentation.
This commit is contained in:
parent
dd344a0eb5
commit
d9affbb238
1 changed files with 3 additions and 0 deletions
|
@ -667,6 +667,9 @@ module ActionDispatch
|
|||
# end
|
||||
# end
|
||||
#
|
||||
# See the {request helpers documentation}[rdoc-ref:ActionDispatch::Integration::RequestHelpers] for help on how to
|
||||
# use +get+, etc.
|
||||
#
|
||||
# === Changing the request encoding
|
||||
#
|
||||
# You can also test your JSON API easily by setting what the request should
|
||||
|
|
Loading…
Reference in a new issue