Skip to content

Commit 377531a

Browse files
andrebarretofvpalkan
authored andcommitted
Fix copypasta
1 parent 77a7dd6 commit 377531a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ describe PostPolicy do
7070
# that the result of application is successful
7171
succeed "when post is published"
7272

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

0 commit comments

Comments
 (0)