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:
parent
8fc6b83d59
commit
cba67af55c
@ -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")
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user