redis/internal/proto/proto_test.go

14 lines
188 B
Go
Raw Normal View History

2016-07-02 15:52:10 +03:00
package proto_test
import (
"testing"
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
)
func TestGinkgoSuite(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "proto")
}