mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 21:18:32 +02:00
Merge branch 'develop' into fix-version-test
This commit is contained in:
commit
ba507007f2
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ Feature: Functionality of jrnl outside of actually handling journals
|
||||||
Given we use the config "simple.yaml"
|
Given we use the config "simple.yaml"
|
||||||
When we run "jrnl -v"
|
When we run "jrnl -v"
|
||||||
Then we should get no error
|
Then we should get no error
|
||||||
Then the output should match "^jrnl version v\d+\.\d+(\.\d+)?(-(alpha|beta))?$"
|
Then the output should match "^jrnl version v\d+\.\d+\.\d+(-(alpha|beta))?$"
|
||||||
|
|
||||||
Scenario: Running the diagnostic command
|
Scenario: Running the diagnostic command
|
||||||
When we run "jrnl --diagnostic"
|
When we run "jrnl --diagnostic"
|
||||||
|
|
Loading…
Add table
Reference in a new issue