Skip to content

Commit

Permalink
Fix copypasta
Browse files Browse the repository at this point in the history
  • Loading branch information
andrebarretofv authored and palkan committed Nov 8, 2020
1 parent 77a7dd6 commit 377531a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ describe PostPolicy do
# that the result of application is successful
succeed "when post is published"

# `succeed` is `context` + `specify`, which checks
# `failed` is `context` + `specify`, which checks
# that the result of application wasn't successful
failed "when post is draft" do
before { post.draft = false }
Expand Down

0 comments on commit 377531a

Please sign in to comment.