mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-04 15:36:14 +02:00
rebases are hard
This commit is contained in:
parent
289a307b26
commit
7564cfb381
2 changed files with 1 additions and 3 deletions
|
@ -10,8 +10,7 @@ Feature: Implementing Runtime Overrides for Select Configuration Keys
|
|||
Given We use the config "basic_encrypted.yaml"
|
||||
And we use the password "test" if prompted
|
||||
When we run "jrnl --decrypt --config-override highlight false --config-override editor nano"
|
||||
Then the runtime config should have "encrypt" set to "false"
|
||||
And the runtime config should have "highlight" set to "false"
|
||||
Then the config should have "highlight" set to "bool:false"
|
||||
And no editor should have been called
|
||||
|
||||
@skip_win
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue