Merge branch 'develop' into change-cwd-bug

This commit is contained in:
Jonathan Wren 2020-06-06 12:53:41 -07:00 committed by GitHub
commit 15ad02dc85
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 261 additions and 35 deletions

View file

@ -114,6 +114,12 @@ Feature: Basic reading and writing to a journal
"""
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"
Scenario: Installation with relative journal and referencing from another folder
Given we use the config "missingconfig"
When we run "jrnl hello world" and enter