mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-06 08:26:12 +02:00
rename files, add some basic journals for each journal type
This commit is contained in:
parent
66b9f5a461
commit
69c0f5e0a3
24 changed files with 330 additions and 85 deletions
|
@ -10,7 +10,7 @@ Feature: Encrypting and decrypting journals
|
|||
@todo
|
||||
Scenario: Trying to decrypt an already unencrypted journal
|
||||
# This should warn the user that the journal is already encrypted
|
||||
Given we use the config "basic.yaml"
|
||||
Given we use the config "simple.yaml"
|
||||
When we run "jrnl --decrypt"
|
||||
Then the config for journal "default" should have "encrypt" set to "bool:False"
|
||||
And the journal should have 2 entries
|
||||
|
@ -20,7 +20,7 @@ Feature: Encrypting and decrypting journals
|
|||
# This should warn the user that the journal is already encrypted
|
||||
|
||||
Scenario: Encrypting a journal
|
||||
Given we use the config "basic.yaml"
|
||||
Given we use the config "simple.yaml"
|
||||
When we run "jrnl --encrypt" and enter
|
||||
"""
|
||||
swordfish
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue