diff options
author | Kasper Timm Hansen <kaspth@gmail.com> | 2016-08-14 20:48:05 +0200 |
---|---|---|
committer | Kasper Timm Hansen <kaspth@gmail.com> | 2016-08-14 20:48:05 +0200 |
commit | d9affbb23822fb5a366838ae023f2b7df3ceb443 (patch) | |
tree | 5cc427170be06ea748f08ea93456c8f23ed0ad27 /actionpack/lib | |
parent | dd344a0eb525e1619f6ae7271ae8343dd71e47d3 (diff) | |
download | rails-d9affbb23822fb5a366838ae023f2b7df3ceb443.tar.gz rails-d9affbb23822fb5a366838ae023f2b7df3ceb443.tar.bz2 rails-d9affbb23822fb5a366838ae023f2b7df3ceb443.zip |
[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.
Diffstat (limited to 'actionpack/lib')
-rw-r--r-- | actionpack/lib/action_dispatch/testing/integration.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/actionpack/lib/action_dispatch/testing/integration.rb b/actionpack/lib/action_dispatch/testing/integration.rb index d213a1c886..13f7fc6fa6 100644 --- a/actionpack/lib/action_dispatch/testing/integration.rb +++ b/actionpack/lib/action_dispatch/testing/integration.rb @@ -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 |