move override behave tests out of core

This commit is contained in:
Suhas 2021-01-24 19:12:59 -05:00
parent ededf23afa
commit d348dbd55e
3 changed files with 84 additions and 55 deletions

View file

@ -32,5 +32,5 @@ Then the output should be
Scenario: Override color selections with runtime overrides
Given we use the config "editor.yaml"
When we run "jrnl -1 --config-override '{"colors.body": "blue"}' "
When we run jrnl with "-1 --config-override '{"colors.body": "blue"}' "
Then the runtime config should have colors.body set to blue