mirror of
https://github.com/varvet/pundit.git
synced 2022-11-09 12:30:11 -05:00
Fix typo in spec example section of README
This commit is contained in:
parent
74eb88c3ad
commit
7193302ee9
1 changed files with 1 additions and 1 deletions
|
@ -294,7 +294,7 @@ describe PostPolicy do
|
|||
should permit(User.new(:admin => true), Post.new(:published => true))
|
||||
end
|
||||
|
||||
it "grands access if post is unpublished" do
|
||||
it "grants access if post is unpublished" do
|
||||
should permit(User.new(:admin => false), Post.new(:published => false))
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue