diff --git a/tests/bdd/features/encrypt.feature b/tests/bdd/features/encrypt.feature index 19b255f2..a8b31c2e 100644 --- a/tests/bdd/features/encrypt.feature +++ b/tests/bdd/features/encrypt.feature @@ -49,3 +49,12 @@ Feature: Encrypting and decrypting journals | config_file | | empty_folder.yaml | | dayone.yaml | + + Scenario Outline: Attempt to encrypt basic journal should not result in an error + Given we use the config "" + When we run "jrnl --encrypt" + Then we should get no error + + Examples: configs + | config_file | + | simple.yaml |