mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-03 07:16:12 +02:00
Add message with config location and docs location when installation is complete
This commit is contained in:
parent
611f3af772
commit
92010f05de
3 changed files with 17 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue