mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-04 15:36:14 +02:00
code cleanup
This commit is contained in:
parent
c31fa084f3
commit
c8b737e459
4 changed files with 24 additions and 12 deletions
|
@ -31,6 +31,6 @@ Then the output should be
|
|||
"""
|
||||
|
||||
Scenario: Override color selections with runtime overrides
|
||||
Given we use the config "editor.yaml"
|
||||
When we run jrnl with "-1 --config-override '{"colors.body": "blue"}' "
|
||||
Given we use the config "tiny.yaml"
|
||||
When we run jrnl with -1 --config-override '{"colors.body": "blue"}'
|
||||
Then the runtime config should have colors.body set to blue
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue