summaryrefslogtreecommitdiff
path: root/yarns
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2014-11-22 20:02:34 +0200
committerLars Wirzenius <liw@liw.fi>2014-11-22 20:02:34 +0200
commit282e41cc67741a1bf0ed04a3549d1608e9c10d68 (patch)
treef8577946ee651080f5a284387ecf3437cd5e6fbc /yarns
parenta9bdef939d057763d5b0e643dd5dfd01ee8907f4 (diff)
downloadjt-282e41cc67741a1bf0ed04a3549d1608e9c10d68.tar.gz
Implement new-topic command
Diffstat (limited to 'yarns')
-rw-r--r--yarns/030-topics.yarn4
1 files changed, 2 insertions, 2 deletions
diff --git a/yarns/030-topics.yarn b/yarns/030-topics.yarn
index 86f9d9b..4595604 100644
--- a/yarns/030-topics.yarn
+++ b/yarns/030-topics.yarn
@@ -6,5 +6,5 @@ First we create a topic page:
SCENARIO create topic page
GIVEN an empty journal in SRC
- WHEN I run jt new-topic research/2014/dishwasher "Buy a dishwasher"
- THEN file SRC/research/2014/dishwasher.mdwn matches title="Buy a dishwasher"
+ WHEN I run jt new-topic research/2014/dishwasher Dishwasher
+ THEN file SRC/research/2014/dishwasher.mdwn matches title="Dishwasher"