ipld-eth-server/vendor/github.com/onsi/gomega/gbytes/gbuffer_suite_test.go
2017-10-19 09:22:12 -05:00

14 lines
191 B
Go

package gbytes_test
import (
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
"testing"
)
func TestGbytes(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Gbytes Suite")
}