summaryrefslogtreecommitdiff
path: root/pkg/bindings/test/test_suite_test.go
blob: dc2b49b88eae835e3bd832dc6af1b7aae6ea0fe8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
package test_bindings_test

import (
	"testing"

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

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