From 8a70b2dbbb4b65e14948b39e91cf0d341d4679de Mon Sep 17 00:00:00 2001 From: Jonathan Roes Date: Fri, 19 Apr 2013 23:49:40 -0300 Subject: There are now 6 request methods including PATCH --- 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 cab13751f0..62c642195a 100644 --- a/guides/source/testing.md +++ b/guides/source/testing.md @@ -476,7 +476,7 @@ NOTE: Functional tests do not verify whether the specified request type should b ### The Four Hashes of the Apocalypse -After a request has been made by using one of the 5 methods (`get`, `post`, etc.) and processed, you will have 4 Hash objects ready for use: +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: * `assigns` - Any objects that are stored as instance variables in actions for use in views. * `cookies` - Any cookies that are set. -- cgit v1.2.3