This commit is contained in:
Eshan Ramesh 2020-05-27 18:17:55 -04:00
parent 8654023bfb
commit 5b2327bd86

View file

@ -103,3 +103,9 @@ Feature: Basic reading and writing to a journal
2013-06-10 15:40 Life is good.
"""
And we should get no error
Scenario: Journal directory does not exist
Given we use the config "missing_directory.yaml"
When we run "jrnl Life is good"
and we run "jrnl -n 1"
Then the output should contain "Life is good"