Fixes config tests

This commit is contained in:
Manuel Ebert 2014-07-02 12:11:11 +02:00
parent 6515ab7c0a
commit b467199a62
9 changed files with 55 additions and 69 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"