From d9affbb23822fb5a366838ae023f2b7df3ceb443 Mon Sep 17 00:00:00 2001 From: Kasper Timm Hansen Date: Sun, 14 Aug 2016 20:48:05 +0200 Subject: [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. --- actionpack/lib/action_dispatch/testing/integration.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'actionpack/lib/action_dispatch/testing/integration.rb') 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 -- cgit v1.2.3