rename test config

This commit is contained in:
Jonathan Wren 2022-10-22 13:08:20 -07:00
parent 52f82fc855
commit 3ac2b95156
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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"