github.com/moleculer-go/moleculer@v0.3.3/registry/serviceCatalog_test.go (about) 1 package registry_test 2 3 import ( 4 . "github.com/onsi/ginkgo" 5 . "github.com/onsi/gomega" 6 ) 7 8 var _ = Describe("Service Catalog", func() { 9 10 Describe("Create a Service Catalog", func() { 11 12 It("do something ...", func() { 13 14 Expect(true).Should(Equal(true)) 15 16 }) 17 18 }) 19 20 })