test that no editor is launched

This commit is contained in:
sriniv27 2021-02-09 19:46:48 -05:00
parent 93c62215d9
commit 11f4a87b05
2 changed files with 9 additions and 4 deletions

View file

@ -12,7 +12,7 @@ Feature: Implementing Runtime Overrides for Select Configuration Keys
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"
And the editor "N/A" should have been called
And no editor should have been called
@skip_win
Scenario: Override configured linewrap with a value of 23