github.com/mook-as/cf-cli@v7.0.0-beta.28.0.20200120190804-b91c115fae48+incompatible/cf/actors/actors_suite_test.go (about) 1 package actors_test 2 3 import ( 4 "code.cloudfoundry.org/cli/cf/i18n" 5 "code.cloudfoundry.org/cli/cf/util/testhelpers/configuration" 6 . "github.com/onsi/ginkgo" 7 . "github.com/onsi/gomega" 8 9 "testing" 10 ) 11 12 func TestActors(t *testing.T) { 13 i18n.T = i18n.Init(configuration.NewRepositoryWithDefaults()) 14 RegisterFailHandler(Fail) 15 RunSpecs(t, "Actors Suite") 16 }