From ca74a16da78606ce280cc1acfc99b500081d7441 Mon Sep 17 00:00:00 2001 From: Thomas Klemm Date: Wed, 28 Aug 2013 11:03:13 +0200 Subject: [PATCH] Update link to testing policies blog post in Readme Closes #57. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e0663d..3a09193 100644 --- a/README.md +++ b/README.md @@ -382,7 +382,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/posts/testing-pundit-policies-with-rspec.html). +[excellent post](http://thunderboltlabs.com/blog/2013/03/27/testing-pundit-policies-with-rspec/). # License