clean up step behavior description

This commit is contained in:
sriniv27 2021-02-12 17:54:54 -05:00
parent ccba68013c
commit 0f80201517

View file

@ -68,5 +68,14 @@ Feature: Implementing Runtime Overrides for Select Configuration Keys
Scenario: Override configured journal
Given we use the config "basic_dayone.yaml"
And we use the password "test" if prompted
When we run "jrnl --debug --config-override editor '' --config-override journals.default \"todo.jrnl\" "
Then we should get no error
When we run "jrnl --debug -3 --config-override journals.default features/journals/simple.journal"
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.
"""