mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-18 03:58:32 +02:00
Change when/when to when/and
This commit is contained in:
parent
51e8606f44
commit
ee5b578acc
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ Feature: Multiple journals
|
||||||
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 this goes to default"
|
When we run "jrnl --cf multiple.yaml this goes to default"
|
||||||
When we run "jrnl -1"
|
And we run "jrnl -1"
|
||||||
Then the output should not contain "this goes to default"
|
Then the output should not contain "this goes to default"
|
||||||
When we run "jrnl --cf multiple.yaml -1"
|
When we run "jrnl --cf multiple.yaml -1"
|
||||||
Then the output should contain "this goes to default"
|
Then the output should contain "this goes to default"
|
||||||
|
|
Loading…
Add table
Reference in a new issue