diff options
author | Zachary Scott <e@zzak.io> | 2014-12-29 15:01:23 -0800 |
---|---|---|
committer | Zachary Scott <e@zzak.io> | 2014-12-29 15:01:23 -0800 |
commit | 97cac32841deed50a9caf6bb3b01039223f77071 (patch) | |
tree | 1057f5628d796012ad095fc375a1345ee8b51944 /guides/source | |
parent | 8beb781d0e959bde3a37abe6473b718f7bc2350b (diff) | |
download | rails-97cac32841deed50a9caf6bb3b01039223f77071.tar.gz rails-97cac32841deed50a9caf6bb3b01039223f77071.tar.bz2 rails-97cac32841deed50a9caf6bb3b01039223f77071.zip |
Rephrase Four Hashes of the Apocalypse [ci skip]
Diffstat (limited to 'guides/source')
-rw-r--r-- | guides/source/testing.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/testing.md b/guides/source/testing.md index 89add0d10f..8043434d6e 100644 --- a/guides/source/testing.md +++ b/guides/source/testing.md @@ -530,7 +530,7 @@ NOTE: Functional tests do not verify whether the specified request type is accep ### The Four Hashes of the Apocalypse -After a request has been made using one of the 6 methods (`get`, `post`, etc.) and processed, you will have 4 Hash objects ready for use: +After a request has been made and processed, you will have 4 Hash objects ready for use: * `assigns` - Any objects that are stored as instance variables in actions for use in views. * `cookies` - Any cookies that are set. |