ipld-eth-server/pkg/config/config_suite_test.go

14 lines
191 B
Go
Raw Normal View History

2017-11-02 22:37:27 +00:00
package config_test
import (
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
"testing"
)
func TestConfig(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Config Suite")
}