mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-04 15:36:14 +02:00
test that no editor is launched
This commit is contained in:
parent
93c62215d9
commit
11f4a87b05
2 changed files with 9 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue