proto_test.go 188 B

1234567891011121314
  1. package proto_test
  2. import (
  3. "testing"
  4. . "github.com/onsi/ginkgo"
  5. . "github.com/onsi/gomega"
  6. )
  7. func TestGinkgoSuite(t *testing.T) {
  8. RegisterFailHandler(Fail)
  9. RunSpecs(t, "proto")
  10. }