mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-05 16:06:14 +02:00
WIP
This commit is contained in:
parent
55dd9484c9
commit
f7c12fbede
8 changed files with 165 additions and 125 deletions
|
@ -2,6 +2,7 @@ Feature: Encrypting and decrypting journals
|
|||
|
||||
Scenario: Decrypting a journal
|
||||
Given we use the config "encrypted.yaml"
|
||||
# And we use the password "bad doggie no biscuit" if prompted
|
||||
When we run "jrnl --decrypt" and enter "bad doggie no biscuit"
|
||||
Then we should see the message "Journal decrypted"
|
||||
And the config for journal "default" should contain "encrypt: false"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue