diff --git a/features/overrides.feature b/features/overrides.feature index 21689b9f..9bddd8d3 100644 --- a/features/overrides.feature +++ b/features/overrides.feature @@ -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 \ No newline at end of file + 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. + """ +