summaryrefslogtreecommitdiff
path: root/vendor/github.com/onsi/ginkgo/internal/leafnodes/leaf_node_suite_test.go
blob: a7ba9e006eeed000be127b067a07d2a301e188a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
package leafnodes_test

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

	"testing"
)

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