github.com/onsi/ginkgo@v1.16.6-0.20211118180735-4e1925ba4c95/integration/_fixtures/malformed_fixture/malformed_fixture_test.go (about)

     1  package malformed_fixture_test
     2  
     3  import (
     4  	. "github.com/onsi/ginkgo"
     5  )
     6  
     7  var _ = Describe("MalformedFixture", func() {
     8  	It("tries to install a container within an It...", func() {
     9  		Context("...which is not allowed!", func() {
    10  
    11  		})
    12  	})
    13  })