From dc69220e28e319fb557f87b92766f88d240a3327 Mon Sep 17 00:00:00 2001 From: Robin Dupret Date: Wed, 5 Sep 2012 12:30:09 +0300 Subject: [PATCH] Fix a typo --- actionpack/lib/action_dispatch/testing/integration.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actionpack/lib/action_dispatch/testing/integration.rb b/actionpack/lib/action_dispatch/testing/integration.rb index 50ca28395b232..c5ef46ad30de9 100644 --- a/actionpack/lib/action_dispatch/testing/integration.rb +++ b/actionpack/lib/action_dispatch/testing/integration.rb @@ -20,7 +20,7 @@ module RequestHelpers # - +headers+: Additional headers to pass, as a Hash. The headers will be # 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 # called from an ActionDispatch::IntegrationTest object, then that # object's @response instance variable will point to the same