github.com/onsi/ginkgo@v1.16.6-0.20211118180735-4e1925ba4c95/integration/_fixtures/watch_fixture/A/A_test.go (about)

     1  package A_test
     2  
     3  import (
     4  	. "github.com/onsi/ginkgo/integration/_fixtures/watch_fixture/A"
     5  
     6  	. "github.com/onsi/ginkgo"
     7  	. "github.com/onsi/gomega"
     8  )
     9  
    10  var _ = Describe("A", func() {
    11  	It("should do it", func() {
    12  		Ω(DoIt()).Should(Equal("done!"))
    13  	})
    14  })