Add test to ensure this doesn't mess with encrypting normal journals

This commit is contained in:
Micah Jerome Ellison 2021-08-21 12:30:57 -07:00
parent 88978b6470
commit 7a1cf85720

View file

@ -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 |