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

import (
	. "github.com/onsi/ginkgo"
	. "github.com/onsi/ginkgo/integration/_fixtures/does_not_compile"
	. "github.com/onsi/gomega"
)

var _ = Describe("DoesNotCompile", func() {

})