From 0c66220d856b2805c2203e30e5751cc9578cc2eb Mon Sep 17 00:00:00 2001 From: Aditya Kapoor Date: Thu, 4 Dec 2014 12:58:01 +0530 Subject: [PATCH] Correct link to set_flash in README [ci skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 15784413..53d08c88 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ complex, and error-prone. your routes. * **[set_session](lib/shoulda/matchers/action_controller/set_session_matcher.rb)** makes assertions on the `session` hash. -* **[set_the_flash](lib/shoulda/matchers/action_controller/set_the_flash_matcher.rb)** +* **[set_flash](lib/shoulda/matchers/action_controller/set_flash_matcher.rb)** makes assertions on the `flash` hash. ### Independent Matchers