summaryrefslogtreecommitdiff
path: root/vendor/github.com/onsi/ginkgo/integration/_fixtures/tags_tests/tags_tests_test.go
blob: b91a8923ae37b6b4c2ba5226db88a7773da2b51e (plain)
1
2
3
4
5
6
7
8
9
10
11
package tags_tests_test

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

var _ = Describe("TagsTests", func() {
	It("should have a test", func() {

	})
})