mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-18 12:08:31 +02:00
Clarify scenarios and fix indentation
This commit is contained in:
parent
ee5b578acc
commit
1ff226c881
1 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
Feature: Multiple journals
|
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
|
Given the config "basic_onefile.yaml" exists
|
||||||
And we use the config "multiple.yaml"
|
And we use the config "multiple.yaml"
|
||||||
When we run "jrnl --cf basic_onefile.yaml -999"
|
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"
|
When we run "jrnl work --cf multiple.yaml -1"
|
||||||
Then the output should contain "a long day in the office"
|
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
|
Given the config "multiple.yaml" exists
|
||||||
And we use the config "basic_onefile.yaml"
|
And we use the config "basic_onefile.yaml"
|
||||||
When we run "jrnl --cf multiple.yaml work a long day in the office"
|
When we run "jrnl --cf multiple.yaml work a long day in the office"
|
||||||
|
|
Loading…
Add table
Reference in a new issue