Merge pull request #346 from chrisalley/patch-1

Update README to mention pundit-matchers
This commit is contained in:
Jonas Nicklas 2016-01-14 13:40:14 +01:00
commit 7972f66134
1 changed files with 1 additions and 1 deletions

View File

@ -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