From 97cac32841deed50a9caf6bb3b01039223f77071 Mon Sep 17 00:00:00 2001 From: Zachary Scott Date: Mon, 29 Dec 2014 15:01:23 -0800 Subject: [PATCH] Rephrase Four Hashes of the Apocalypse [ci skip] --- guides/source/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- GitLab