mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-27 21:16:14 +02:00
Add message with config location and docs location when installation is complete (#1695)
This commit is contained in:
parent
23150ddb31
commit
427485a1d7
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