mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-05 16:06:14 +02:00
Add test for aborting jrnl entry from editor
This commit is contained in:
parent
2890e33cac
commit
7a90f4076d
5 changed files with 44 additions and 1 deletions
|
@ -20,6 +20,11 @@ Feature: Basic reading and writing to a journal
|
|||
When we run "jrnl -n 1"
|
||||
Then the output should contain "2013-07-23 09:00 A cold and stormy day."
|
||||
|
||||
Scenario: Writing an empty entry from the editor
|
||||
Given we use the config "editor.yaml"
|
||||
When we open the editor and exit
|
||||
Then the output should be empty
|
||||
|
||||
Scenario: Filtering for dates
|
||||
Given we use the config "basic.yaml"
|
||||
When we run "jrnl -on 2013-06-10 --short"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue