Add message with config location and docs location when installation is complete

This commit is contained in:
Micah Jerome Ellison 2023-02-28 09:24:26 -08:00
parent 611f3af772
commit 92010f05de
3 changed files with 17 additions and 1 deletions

View file

@ -6,7 +6,9 @@ Feature: Installing jrnl
\n
\n
\n
Then the output should contain "Journal 'default' created"
Then the output should contain "jrnl configuration created at"
And the output should contain "For advanced features, read the docs at https://jrnl.sh"
And the output should contain "Journal 'default' created"
And the default journal "journal.txt" should be in the "." directory
And the config should contain "encrypt: false"
And the version in the config file should be up-to-date