Merge branch 'develop' into fix-version-test

This commit is contained in:
Jonathan Wren 2020-10-17 16:03:51 -07:00 committed by GitHub
commit ba507007f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ Feature: Functionality of jrnl outside of actually handling journals
Given we use the config "simple.yaml"
When we run "jrnl -v"
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
When we run "jrnl --diagnostic"