mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-07 16:56:13 +02:00
Properly use patched config path and add config given to scenario that wasn't using it
This commit is contained in:
parent
e8572014a7
commit
2894118d7c
2 changed files with 5 additions and 6 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue