mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-04 23:46:14 +02:00
capture failure mode
This commit is contained in:
parent
a110f4431f
commit
ec9b078a7d
1 changed files with 6 additions and 0 deletions
|
@ -64,3 +64,9 @@ Feature: Implementing Runtime Overrides for Select Configuration Keys
|
||||||
| nano |
|
| nano |
|
||||||
| vi -c startinsert |
|
| vi -c startinsert |
|
||||||
| code -w |
|
| code -w |
|
||||||
|
|
||||||
|
Scenario: Override configured journal
|
||||||
|
Given we use the config "basic_dayone.yaml"
|
||||||
|
And we use the password "test" if prompted
|
||||||
|
When we run "jrnl --debug --config-override editor '' --config-override journals.default \"todo.jrnl\" "
|
||||||
|
Then we should get no error
|
Loading…
Add table
Add a link
Reference in a new issue