mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-20 04:58:32 +02:00
clean up step behavior description
This commit is contained in:
parent
ccba68013c
commit
0f80201517
1 changed files with 11 additions and 2 deletions
|
@ -68,5 +68,14 @@ Feature: Implementing Runtime Overrides for Select Configuration Keys
|
||||||
Scenario: Override configured journal
|
Scenario: Override configured journal
|
||||||
Given we use the config "basic_dayone.yaml"
|
Given we use the config "basic_dayone.yaml"
|
||||||
And we use the password "test" if prompted
|
And we use the password "test" if prompted
|
||||||
When we run "jrnl --debug --config-override editor '' --config-override journals.default \"todo.jrnl\" "
|
When we run "jrnl --debug -3 --config-override journals.default features/journals/simple.journal"
|
||||||
Then we should get no error
|
Then we should get no error
|
||||||
|
And the output should be
|
||||||
|
"""
|
||||||
|
2013-06-09 15:39 My first entry.
|
||||||
|
| Everything is alright
|
||||||
|
|
||||||
|
2013-06-10 15:40 Life is good.
|
||||||
|
| But I'm better.
|
||||||
|
"""
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue