aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2015-01-29 12:19:21 -0200
committerRafael Mendonça França <rafaelmfranca@gmail.com>2015-01-29 12:19:21 -0200
commit7814f901e1ec0cc3228914f60bd340922f98d94f (patch)
treeb5e1301567a11595ace4c391b224353cbec2aab5 /actionpack/lib/action_dispatch
parent0eb3ba0e658dd95a5e7d08ddaab7a4c08083756c (diff)
downloadrails-7814f901e1ec0cc3228914f60bd340922f98d94f.tar.gz
rails-7814f901e1ec0cc3228914f60bd340922f98d94f.tar.bz2
rails-7814f901e1ec0cc3228914f60bd340922f98d94f.zip
Use fixed fonts only in the name of the parameter
Diffstat (limited to 'actionpack/lib/action_dispatch')
-rw-r--r--actionpack/lib/action_dispatch/testing/integration.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/actionpack/lib/action_dispatch/testing/integration.rb b/actionpack/lib/action_dispatch/testing/integration.rb
index 0cfec5a7b4..fa6ff03e9c 100644
--- a/actionpack/lib/action_dispatch/testing/integration.rb
+++ b/actionpack/lib/action_dispatch/testing/integration.rb
@@ -12,14 +12,14 @@ module ActionDispatch
#
# - +path+: The URI (as a String) on which you want to perform a GET
# request.
- # - +params:+ The HTTP parameters that you want to pass. This may
+ # - +params+: The HTTP parameters that you want to pass. This may
# be +nil+,
# a Hash, or a String that is appropriately encoded
# (<tt>application/x-www-form-urlencoded</tt> or
# <tt>multipart/form-data</tt>).
- # - +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.
- # - +env:+ Additional env to pass, as a Hash. The headers will be
+ # - +env+: Additional env to pass, as a Hash. The headers will be
# merged into the Rack env hash.
#
# This method returns a Response object, which one can use to