github.com/brycereitano/goa@v0.0.0-20170315073847-8ffa6c85e265/goagen/gen_app/gen_app_suite_test.go (about) 1 package genapp_test 2 3 import ( 4 . "github.com/onsi/ginkgo" 5 . "github.com/onsi/gomega" 6 7 "testing" 8 ) 9 10 func TestGenApp(t *testing.T) { 11 RegisterFailHandler(Fail) 12 RunSpecs(t, "GenApp Suite") 13 }