ipld-eth-server/pkg/core/core_suite_test.go

14 lines
199 B
Go
Raw Normal View History

2017-10-19 14:58:36 +00:00
package core_test
2017-10-19 14:22:12 +00:00
import (
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
"testing"
)
func TestVulcanizedb(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Vulcanizedb Suite")
}