mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-18 03:58:32 +02:00
fix capitalization in some steps
This commit is contained in:
parent
3e79ec5b4d
commit
76840b4d2c
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
Feature: Custom formats
|
Feature: Custom formats
|
||||||
|
|
||||||
Scenario Outline: Short printing via --format flag
|
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
|
And we use the password "test" if prompted
|
||||||
When we run "jrnl --format short -3"
|
When we run "jrnl --format short -3"
|
||||||
Then we should get no error
|
Then we should get no error
|
||||||
|
@ -15,7 +15,7 @@ Feature: Custom formats
|
||||||
|
|
||||||
|
|
||||||
Scenario Outline: Pretty Printing aka the Default
|
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
|
And we use the password "test" if prompted
|
||||||
When we run "jrnl --format pretty -3"
|
When we run "jrnl --format pretty -3"
|
||||||
Then we should get no error
|
Then we should get no error
|
||||||
|
|
|
@ -8,7 +8,7 @@ Feature: Implementing Runtime Overrides for Select Configuration Keys
|
||||||
|
|
||||||
|
|
||||||
Scenario: Postconfig commands with overrides
|
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
|
And we use the password "test" if prompted
|
||||||
When we run "jrnl --decrypt --config-override highlight false --config-override editor nano"
|
When we run "jrnl --decrypt --config-override highlight false --config-override editor nano"
|
||||||
Then the config should have "highlight" set to "bool:false"
|
Then the config should have "highlight" set to "bool:false"
|
||||||
|
|
Loading…
Add table
Reference in a new issue