Clarify scenarios and fix indentation

This commit is contained in:
Micah Jerome Ellison 2021-10-23 13:59:05 -07:00
parent ee5b578acc
commit 1ff226c881

View file

@ -1,6 +1,6 @@
Feature: Multiple journals
Scenario: Loading an alternate config with two journals
Scenario: Read a journal from an alternate config
Given the config "basic_onefile.yaml" exists
And we use the config "multiple.yaml"
When we run "jrnl --cf basic_onefile.yaml -999"
@ -25,7 +25,7 @@ Feature: Multiple journals
When we run "jrnl work --cf multiple.yaml -1"
Then the output should contain "a long day in the office"
Scenario: Tell user which journal was used using an alternate config
Scenario: Tell user which journal was used while using an alternate config
Given the config "multiple.yaml" exists
And we use the config "basic_onefile.yaml"
When we run "jrnl --cf multiple.yaml work a long day in the office"