1
0
Fork 0
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:
Kasper Timm Hansen 2016-08-14 20:48:05 +02:00
parent dd344a0eb5
commit d9affbb238

View file

@ -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