Fixes config tests

This commit is contained in:
Manuel Ebert 2014-07-02 12:11:11 +02:00
parent 9c16ad4577
commit cbab596b43
9 changed files with 49 additions and 64 deletions

View file

@ -14,7 +14,7 @@
and the journal should have 2 entries
Scenario: Encrypting a journal
Given we use the config "basic.json"
Given we use the config "basic.yaml"
When we run "jrnl --encrypt" and enter "swordfish"
Then we should see the message "Journal encrypted"
and the config for journal "default" should have "encrypt" set to "bool:True"