From 6523c912e2a4566500b095c679e411bca6723e95 Mon Sep 17 00:00:00 2001 From: Chris Alley Date: Thu, 14 Jan 2016 23:36:17 +1100 Subject: [PATCH] Update README to mention pundit-matchers --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 65b5c79..2800b7b 100644 --- a/README.md +++ b/README.md @@ -598,7 +598,7 @@ end ``` An alternative approach to Pundit policy specs is scoping them to a user context as outlined in this -[excellent post](http://thunderboltlabs.com/blog/2013/03/27/testing-pundit-policies-with-rspec/). +[excellent post](http://thunderboltlabs.com/blog/2013/03/27/testing-pundit-policies-with-rspec/) and implemented in the third party [pundit-matchers](https://github.com/chrisalley/pundit-matchers) gem. # External Resources