package server import ( "testing" . "github.com/0xERR0R/blocky/log" . "github.com/onsi/ginkgo" . "github.com/onsi/gomega" ) func TestDNSServer(t *testing.T) { ConfigureLogger("Warn", "text", true) RegisterFailHandler(Fail) RunSpecs(t, "Server Suite") }