hanayo/vendor/gopkg.in/redis.v5/internal/proto/proto_test.go
2019-02-23 13:29:15 +00:00

14 lines
188 B
Go

package proto_test
import (
"testing"
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
)
func TestGinkgoSuite(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "proto")
}