summaryrefslogtreecommitdiff
path: root/vendor/github.com/onsi/ginkgo/integration/_fixtures/flags_tests/flags_suite_test.go
blob: 0b3071f62e027884c580ca8eaa9ea7dcc6183b4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
package flags_test

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

	"testing"
)

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