summaryrefslogtreecommitdiff
path: root/vendor/github.com/onsi/ginkgo/types/types_suite_test.go
blob: b026169c12b3b01ed6dc287022cab53c6b8a7ee8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
package types_test

import (
	. "github.com/onsi/ginkgo"
	. "github.com/onsi/gomega"

	"testing"
)

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