mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-03 15:16:12 +02:00
rename test config
This commit is contained in:
parent
52f82fc855
commit
3ac2b95156
3 changed files with 3 additions and 3 deletions
|
@ -64,9 +64,9 @@ Feature: Multiple journals
|
||||||
Then the output should contain "sell my junk on ebay and make lots of money"
|
Then the output should contain "sell my junk on ebay and make lots of money"
|
||||||
|
|
||||||
Scenario: Don't crash if no default journal is specified using an alternate config
|
Scenario: Don't crash if no default journal is specified using an alternate config
|
||||||
Given the config "bug343.yaml" exists
|
Given the config "no_default_journal.yaml" exists
|
||||||
And we use the config "basic_onefile.yaml"
|
And we use the config "basic_onefile.yaml"
|
||||||
When we run "jrnl --cf bug343.yaml a long day in the office"
|
When we run "jrnl --cf no_default_journal.yaml a long day in the office"
|
||||||
Then the output should contain "No default journal configured"
|
Then the output should contain "No default journal configured"
|
||||||
|
|
||||||
Scenario: Don't crash if no file exists for a configured encrypted journal using an alternate config
|
Scenario: Don't crash if no file exists for a configured encrypted journal using an alternate config
|
||||||
|
|
|
@ -80,7 +80,7 @@ Feature: Multiple journals
|
||||||
2012-07-23 09:00 sell my junk on ebay and make lots of money
|
2012-07-23 09:00 sell my junk on ebay and make lots of money
|
||||||
|
|
||||||
Scenario: Don't crash if no default journal is specified
|
Scenario: Don't crash if no default journal is specified
|
||||||
Given we use the config "bug343.yaml"
|
Given we use the config "no_default_journal.yaml"
|
||||||
When we run "jrnl a long day in the office"
|
When we run "jrnl a long day in the office"
|
||||||
Then the output should contain "No default journal configured"
|
Then the output should contain "No default journal configured"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue