mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 21:18:32 +02:00
add test
This commit is contained in:
parent
8654023bfb
commit
5b2327bd86
1 changed files with 6 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue