Remove unnecessary given in diagnostic test

This commit is contained in:
Micah Jerome Ellison 2021-01-02 14:43:15 -08:00
parent b0f437f345
commit c121179dcb

View file

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