fix handling of 'we should' statements

This commit is contained in:
Jonathan Wren 2021-11-27 14:46:53 -08:00
parent af8355b499
commit 1304cc8e36
2 changed files with 27 additions and 26 deletions

View file

@ -92,3 +92,4 @@ Feature: Multiple journals
And we use the config "basic_encrypted.yaml"
When we run "jrnl --cf editor_encrypted.yaml --decrypt"
Then the config should contain "encrypt: true"
And the output should not contain "Wrong password"