From 377531a427ad04a2c8b7b41f9262b8427a29fe01 Mon Sep 17 00:00:00 2001 From: Phil Pirozhkov <2008189+andrebarretofv@users.noreply.github.com> Date: Fri, 6 Nov 2020 19:42:45 +0300 Subject: [PATCH] Fix copypasta --- docs/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/testing.md b/docs/testing.md index 34c3c72..bc27c15 100644 --- a/docs/testing.md +++ b/docs/testing.md @@ -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 }