Properly use patched config path and add config given to scenario that wasn't using it

This commit is contained in:
Micah Jerome Ellison 2020-12-26 15:04:08 -08:00
parent e8572014a7
commit 2894118d7c
2 changed files with 5 additions and 6 deletions

View file

@ -13,6 +13,7 @@ Feature: Functionality of jrnl outside of actually handling journals
Then the output should match "^jrnl version v\d+\.\d+(\.\d+)?(-(alpha|beta)\d*)?"
Scenario: Running the diagnostic command
Given we use the config "simple.yaml"
When we run "jrnl --diagnostic"
Then the output should contain "jrnl"
And the output should contain "Python"