fix capitalization in some steps

This commit is contained in:
Jonathan Wren 2021-09-25 17:27:31 -07:00
parent 3e79ec5b4d
commit 76840b4d2c
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
Feature: Custom formats
Scenario Outline: Short printing via --format flag
Given We use the config "<config_file>"
Given we use the config "<config_file>"
And we use the password "test" if prompted
When we run "jrnl --format short -3"
Then we should get no error
@ -15,7 +15,7 @@ Feature: Custom formats
Scenario Outline: Pretty Printing aka the Default
Given We use the config "<config_file>"
Given we use the config "<config_file>"
And we use the password "test" if prompted
When we run "jrnl --format pretty -3"
Then we should get no error

View file

@ -8,7 +8,7 @@ Feature: Implementing Runtime Overrides for Select Configuration Keys
Scenario: Postconfig commands with overrides
Given We use the config "basic_encrypted.yaml"
Given we use the config "basic_encrypted.yaml"
And we use the password "test" if prompted
When we run "jrnl --decrypt --config-override highlight false --config-override editor nano"
Then the config should have "highlight" set to "bool:false"