summaryrefslogtreecommitdiff
path: root/vendor/github.com/onsi/ginkgo/internal/spec_iterator/spec_iterator_suite_test.go
blob: 5c08a77e369ed568ab8cd954f0445ce430464536 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
package spec_iterator_test

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

	"testing"
)

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