mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-03 15:16:12 +02:00
add new exception handling to 'nothing saved to file' errors
This commit is contained in:
parent
35cdd7bd59
commit
e181302ca4
4 changed files with 8 additions and 4 deletions
|
@ -78,7 +78,7 @@ Feature: Writing new entries.
|
|||
And we write nothing to the editor if opened
|
||||
And we use the password "test" if prompted
|
||||
When we run "jrnl --edit"
|
||||
Then the error output should contain "[Nothing saved to file]"
|
||||
Then the error output should contain "Nothing saved to file"
|
||||
And the editor should have been called
|
||||
|
||||
Examples: configs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue