mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-04 07:26:14 +02:00
fix capitalization in some steps
This commit is contained in:
parent
3e79ec5b4d
commit
76840b4d2c
2 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@ Feature: Implementing Runtime Overrides for Select Configuration Keys
|
|||
|
||||
|
||||
Scenario: Postconfig commands with overrides
|
||||
Given We use the config "basic_encrypted.yaml"
|
||||
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 config should have "highlight" set to "bool:false"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue