We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b13627 commit 3927a67Copy full SHA for 3927a67
docs/testing.md
@@ -70,7 +70,7 @@ describe PostPolicy do
70
# that the result of application is successful
71
succeed "when post is published"
72
73
- # `succeed` is `context` + `specify`, which checks
+ # `failed` is `context` + `specify`, which checks
74
# that the result of application wasn't successful
75
failed "when post is draft" do
76
before { post.draft = false }
0 commit comments