diff options
author | प्रथमेश Sonpatki <csonpatki@gmail.com> | 2016-10-16 20:31:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-16 20:31:28 +0200 |
commit | 6aa378400218404f1002177f5457e296079ae255 (patch) | |
tree | 540e7d2092bd4781fff62211bdf4029e2bcf135c | |
parent | d21b0c9079c671bbeb5ec8f83dff058052899779 (diff) | |
download | rails-6aa378400218404f1002177f5457e296079ae255.tar.gz rails-6aa378400218404f1002177f5457e296079ae255.tar.bz2 rails-6aa378400218404f1002177f5457e296079ae255.zip |
/s/integrations/integration [ci skip] (#26801)
-rw-r--r-- | actionpack/lib/action_dispatch/testing/integration.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |