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 77a7dd6 commit 377531aCopy full SHA for 377531a
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