Skip to content

Commit

Permalink
Merge pull request #28444 from budnik/patch-2
Browse files Browse the repository at this point in the history
Updates incorrect documentation [ci skip]
  • Loading branch information
vipulnsward committed Mar 17, 2017
2 parents d5c32f8 + 20a0f5e commit 7f6b072
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions actionpack/lib/action_dispatch/testing/integration.rb
Expand Up @@ -192,11 +192,10 @@ def https?
# HTTP methods in integration tests. +#process+ is only required when using a
# 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
# This method returns a response status. Furthermore, if this method was
# called from an ActionDispatch::IntegrationTest object, then that
# object's <tt>@response</tt> instance variable will point to the same
# response object.
# object's <tt>@response</tt> instance variable will point to Response object
# which one can use to inspect the details of the response.
#
# Example:
# process :get, '/author', params: { since: 201501011400 }
Expand Down

0 comments on commit 7f6b072

Please sign in to comment.