Sign in
edge
/
third_party
/
onsi
/
gomega.git
/
4e3aa0c02fe0cd1a8a5fb191302b869f30ec4f84
/
.
/
gstruct
/
gstruct_tests_suite_test.go
blob: d47566304043909f4eae9602829142e51b05f861 [
file
] [
log
] [
blame
]
package gstruct_test
import (
"testing"
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
)
func Test(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Gstruct Suite")
}