1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Specs for generic checklist working again

This commit is contained in:
Chris Cummer 2018-07-18 10:21:30 -07:00
parent 8fc6b83d59
commit cba67af55c

View File

@ -4,7 +4,8 @@ import (
"testing"
"github.com/olebedev/config"
. "github.com/senorprogrammer/wtf/wtf"
. "github.com/senorprogrammer/wtf/checklist"
"github.com/senorprogrammer/wtf/wtf"
. "github.com/stretchr/testify/assert"
)
@ -38,5 +39,5 @@ func TestToggle(t *testing.T) {
/* -------------------- helpers -------------------- */
func loadConfig() {
Config, _ = config.ParseYamlFile("../_sample_configs/simple_config.yml")
wtf.Config, _ = config.ParseYamlFile("../_sample_configs/simple_config.yml")
}