mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-18 12:08:31 +02:00
Add test to ensure this doesn't mess with encrypting normal journals
This commit is contained in:
parent
88978b6470
commit
7a1cf85720
1 changed files with 9 additions and 0 deletions
|
@ -49,3 +49,12 @@ Feature: Encrypting and decrypting journals
|
||||||
| config_file |
|
| config_file |
|
||||||
| empty_folder.yaml |
|
| empty_folder.yaml |
|
||||||
| dayone.yaml |
|
| dayone.yaml |
|
||||||
|
|
||||||
|
Scenario Outline: Attempt to encrypt basic journal should not result in an error
|
||||||
|
Given we use the config "<config_file>"
|
||||||
|
When we run "jrnl --encrypt"
|
||||||
|
Then we should get no error
|
||||||
|
|
||||||
|
Examples: configs
|
||||||
|
| config_file |
|
||||||
|
| simple.yaml |
|
||||||
|
|
Loading…
Add table
Reference in a new issue