Skip to content

Commit

Permalink
Merge pull request #12431 from GRoguelon/master
Browse files Browse the repository at this point in the history
Fix a typo in the code of Testing guide. [ci skip]
  • Loading branch information
senny committed Oct 3, 2013
1 parent 4135e60 commit faaa57f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/testing.md
Expand Up @@ -534,7 +534,7 @@ instance variable:
```ruby ```ruby
# setting a HTTP Header # setting a HTTP Header
@request.headers["Accepts"] = "text/plain, text/html" @request.headers["Accept"] = "text/plain, text/html"
get :index # simulate the request with custom header get :index # simulate the request with custom header
# setting a CGI variable # setting a CGI variable
Expand Down

0 comments on commit faaa57f

Please sign in to comment.