mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-12 09:28:31 +02:00
removed bad tst
This commit is contained in:
parent
1028326b06
commit
fb87258ace
1 changed files with 0 additions and 13 deletions
|
@ -17,16 +17,3 @@ Feature: Using templates
|
||||||
| basic_folder.yaml |
|
| basic_folder.yaml |
|
||||||
| basic_dayone.yaml |
|
| basic_dayone.yaml |
|
||||||
|
|
||||||
Scenario Outline: Templated entry should not be saved if template is unchanged
|
|
||||||
Given we use the config "<config_file>"
|
|
||||||
And we use the password "test" if prompted
|
|
||||||
When we run "jrnl --config-override template features/templates/basic.template"
|
|
||||||
Then the output should contain "No entry to save, because the template was not changed"
|
|
||||||
|
|
||||||
Examples: configs
|
|
||||||
| config_file |
|
|
||||||
| basic_onefile.yaml |
|
|
||||||
| basic_encrypted.yaml |
|
|
||||||
| basic_folder.yaml |
|
|
||||||
| basic_dayone.yaml |
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue