aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/testing.md
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2016-03-03 07:23:45 -0800
committerXavier Noria <fxn@hashref.com>2016-03-03 07:23:45 -0800
commitba438dbfaed4d6bc62ffc519993770753eb74259 (patch)
treeb38561c2d42191e323a5c816591cb7dbfcf3c450 /guides/source/testing.md
parent3009fa1e089ff1133ce95c767063ca9f9cdb130f (diff)
parentea36c579c617c0bfb0ea49c8dea18a7419c45876 (diff)
downloadrails-ba438dbfaed4d6bc62ffc519993770753eb74259.tar.gz
rails-ba438dbfaed4d6bc62ffc519993770753eb74259.tar.bz2
rails-ba438dbfaed4d6bc62ffc519993770753eb74259.zip
Merge pull request #24027 from mechanicles/a-to-an
Change 'a HTTP' to 'an HTTP' [ci skip]
Diffstat (limited to 'guides/source/testing.md')
-rw-r--r--guides/source/testing.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/testing.md b/guides/source/testing.md
index 09eec7a64c..e302611b2a 100644
--- a/guides/source/testing.md
+++ b/guides/source/testing.md
@@ -798,7 +798,7 @@ and
can be set directly on the `@request` instance variable:
```ruby
-# setting a HTTP Header
+# setting an HTTP Header
@request.headers["Accept"] = "text/plain, text/html"
get articles_url # simulate the request with custom header