This commit is contained in:
= 2020-05-29 17:12:06 -04:00
parent ca6ee74d9d
commit 5ce16cf341
4 changed files with 25 additions and 3 deletions

View file

@ -113,3 +113,14 @@ Feature: Basic reading and writing to a journal
2013-06-10 15:40 Life is good.
"""
And we should get no error
Scenario: Installation with relative journal and referencing from another folder
Given we use the config "missingconfig"
When we run "jrnl hello world" and enter
"""
test.txt
n
"""
and we change directory to "features"
and we run "jrnl -n 1"
Then the output should contain "hello world"