mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-27 21:16:14 +02:00
Update version key in config file after version changes (#1646)
This commit is contained in:
parent
fe08cfd3ab
commit
d94325127f
2 changed files with 15 additions and 0 deletions
|
@ -133,3 +133,9 @@ Feature: Multiple journals
|
|||
Given we use the config "multiple.yaml"
|
||||
When we run "jrnl --config-override highlight false"
|
||||
Then the output should not contain "There is at least one duplicate key in your configuration file"
|
||||
|
||||
Scenario: Update version number in config file when running newer version
|
||||
Given we use the config "format_md.yaml"
|
||||
When we run "jrnl -1"
|
||||
Then the output should contain "Configuration updated to newest version at"
|
||||
And the version in the config file should be up-to-date
|
Loading…
Add table
Add a link
Reference in a new issue