aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/onsi/gomega/gstruct/gstruct_tests_suite_test.go
blob: d47566304043909f4eae9602829142e51b05f861 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
package gstruct_test

import (
	"testing"

	. "github.com/onsi/ginkgo"
	. "github.com/onsi/gomega"
)

func Test(t *testing.T) {
	RegisterFailHandler(Fail)
	RunSpecs(t, "Gstruct Suite")
}