Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
robin850 committed Sep 5, 2012
1 parent 90e42ff commit dc69220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actionpack/lib/action_dispatch/testing/integration.rb
Expand Up @@ -20,7 +20,7 @@ module RequestHelpers
# - +headers+: Additional headers to pass, as a Hash. The headers will be # - +headers+: Additional headers to pass, as a Hash. The headers will be
# merged into the Rack env hash. # merged into the Rack env hash.
# #
# This method returns an Response object, which one can use to # This method returns a Response object, which one can use to
# inspect the details of the response. Furthermore, if this method was # inspect the details of the response. Furthermore, if this method was
# called from an ActionDispatch::IntegrationTest object, then that # called from an ActionDispatch::IntegrationTest object, then that
# object's <tt>@response</tt> instance variable will point to the same # object's <tt>@response</tt> instance variable will point to the same
Expand Down

0 comments on commit dc69220

Please sign in to comment.