mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-18 03:58:32 +02:00
remove test that didn't really test anything
This commit is contained in:
parent
a9e421649e
commit
7f0bc2e5ed
1 changed files with 0 additions and 12 deletions
|
@ -56,18 +56,6 @@ Feature: Implementing Runtime Overrides for Select Configuration Keys
|
|||
And the config should have "editor" set to "nano"
|
||||
|
||||
|
||||
Scenario Outline: Override configured editor
|
||||
Given we use the config "basic_encrypted.yaml"
|
||||
And we use the password "test" if prompted
|
||||
When we run "jrnl --config-override editor '<editor>'"
|
||||
Then the editor <editor> should have been called
|
||||
Examples: Editor Commands
|
||||
| editor |
|
||||
| nano |
|
||||
| vi -c startinsert |
|
||||
| code -w |
|
||||
|
||||
|
||||
Scenario: Override default journal
|
||||
Given we use the config "basic_dayone.yaml"
|
||||
And we use the password "test" if prompted
|
||||
|
|
Loading…
Add table
Reference in a new issue