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

@ -1,14 +0,0 @@
{
"default_hour": 9,
"timeformat": "%Y-%m-%d %H:%M",
"linewrap": 80,
"encrypt": false,
"editor": "",
"default_minute": 0,
"highlight": true,
"password": "",
"journals": {
"default": "features/journals/simple.journal"
},
"tagsymbols": "@"
}

View file

@ -0,0 +1,10 @@
default_hour: 9
timeformat: "%Y-%m-%d %H:%M"
linewrap: 80
encrypt: false
editor: ""
default_minute: 0
highlight: true
journals:
default: features/journals/simple.journal
tagsymbols: "@"

View file

@ -1,15 +0,0 @@
{
"default_hour": 9,
"timeformat": "%Y-%m-%d %H:%M",
"linewrap": 80,
"encrypt": false,
"editor": "",
"default_minute": 0,
"highlight": true
"password": "",
"journals": {
"default": "features/journals/simple.journal"
"work": "features/journals/work.journal",
},
"tagsymbols": "@"
}