summaryrefslogtreecommitdiff
path: root/jt.md
diff options
context:
space:
mode:
Diffstat (limited to 'jt.md')
-rw-r--r--jt.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/jt.md b/jt.md
index 958de77..a06ccf4 100644
--- a/jt.md
+++ b/jt.md
@@ -130,6 +130,7 @@ given an installed jt
when I run jt2 --dirname jrnl init default "My test journal"
then command is successful
and directory jrnl exists
+then there are no uncommitted changes in jrnl
when I run jt2 --dirname jrnl is-journal
then command is successful
@@ -169,6 +170,7 @@ and file name <FILE> ends with .mdwn
and journal entry <FILE> contains "Abracadabra"
and journal entry <FILE> contains "Open sesame!"
and there are no drafts in jrnl
+and there are no uncommitted changes in jrnl
~~~
~~~{#append.sh .file .numberLines}
@@ -219,6 +221,7 @@ then there are two journal entries in jrnl, at FILE1 and FILE2
then journal entry <FILE1> contains "Abracadabra"
then journal entry <FILE2> contains "Simsalabim"
then there are no drafts in jrnl
+then there are no uncommitted changes in jrnl
~~~
@@ -265,6 +268,7 @@ then stderr contains "foo"
when I run jt2 --editor=none --dirname=jrnl new-topic foo "Things about Foo"
then command is successful
then file jrnl/foo.mdwn contains "Things about Foo"
+then there are no uncommitted changes in jrnl
when I run jt2 --editor=none --dirname=jrnl new --topic foo "Abracadabra"
then command is successful