From c8d40b889cd8f4d5c92c42f51ed555c38591dffe Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 22 Nov 2014 20:10:25 +0200 Subject: Add test for and implement using topic pages --- yarns/030-topics.yarn | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'yarns') diff --git a/yarns/030-topics.yarn b/yarns/030-topics.yarn index 4595604..e931ae3 100644 --- a/yarns/030-topics.yarn +++ b/yarns/030-topics.yarn @@ -4,7 +4,14 @@ Using Topics A topic is implemented as a wiki page to which journal entries link. First we create a topic page: - SCENARIO create topic page + SCENARIO create and use topic page GIVEN an empty journal in SRC WHEN I run jt new-topic research/2014/dishwasher Dishwasher THEN file SRC/research/2014/dishwasher.mdwn matches title="Dishwasher" + +After this, we can create a new journal entry that belongs to the +topic. + + GIVEN the time is 2014-11-20 20:04:08 + WHEN I run jt new --topic=research/2014/dishwasher TITLE + THEN file SRC/drafts/0.mdwn matches research/2014/dishwasher -- cgit v1.2.1