summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--yarns/020-basic-workflow.yarn5
1 files changed, 5 insertions, 0 deletions
diff --git a/yarns/020-basic-workflow.yarn b/yarns/020-basic-workflow.yarn
index 07f4a7c..fc1c756 100644
--- a/yarns/020-basic-workflow.yarn
+++ b/yarns/020-basic-workflow.yarn
@@ -44,3 +44,8 @@ Now, finishing drafts requires naming them explicitly.
WHEN I run jt finish 1
THEN file SRC/drafts/0.mdwn matches title="FIRST"
AND file SRC/notes/2014/11/22/second.mdwn matches title="SECOND"
+
+We may want to remove a draft without finishing it.
+
+ WHEN I run jt remove 0
+ THEN file SRC/drafts/0.mdwn doesn't exist