mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-11 17:46:12 +02:00
Merge branch 'develop' into change-cwd-bug
This commit is contained in:
commit
15ad02dc85
15 changed files with 261 additions and 35 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue