From 6aa378400218404f1002177f5457e296079ae255 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=A4=AA=E0=A5=8D=E0=A4=B0=E0=A4=A5=E0=A4=AE=E0=A5=87?= =?UTF-8?q?=E0=A4=B6=20Sonpatki?= Date: Sun, 16 Oct 2016 20:31:28 +0200 Subject: /s/integrations/integration [ci skip] (#26801) --- actionpack/lib/action_dispatch/testing/integration.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 f3e7c6998f..e24b943026 100644 --- a/actionpack/lib/action_dispatch/testing/integration.rb +++ b/actionpack/lib/action_dispatch/testing/integration.rb @@ -191,7 +191,7 @@ module ActionDispatch # # This method is rarely used directly. Use +#get+, +#post+, or other standard # HTTP methods in integration tests. +#process+ is only required when using a - # request method that doesn't have a method defined in the integrations tests. + # request method that doesn't have a method defined in the integration tests. # # This method returns a Response object, which one can use to # inspect the details of the response. Furthermore, if this method was -- cgit v1.2.3