summaryrefslogtreecommitdiff
path: root/vendor/github.com/onsi/ginkgo/integration/_fixtures/tags_tests/ignored_test.go
blob: 5176235362e2244872b475020af62e4b960509d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// +build complex_tests

package tags_tests_test

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

var _ = Describe("Ignored", func() {
	It("should not have these tests", func() {

	})

	It("should not have these tests", func() {

	})
})