github.com/loggregator/cli@v6.33.1-0.20180224010324-82334f081791+incompatible/cf/api/resources/resources_test.go (about) 1 package resources_test 2 3 import ( 4 "testing" 5 6 "code.cloudfoundry.org/cli/cf/i18n" 7 "code.cloudfoundry.org/cli/util/testhelpers/configuration" 8 . "github.com/onsi/ginkgo" 9 . "github.com/onsi/gomega" 10 ) 11 12 func TestResources(t *testing.T) { 13 config := configuration.NewRepositoryWithDefaults() 14 i18n.T = i18n.Init(config) 15 16 RegisterFailHandler(Fail) 17 RunSpecs(t, "Resources Suite") 18 }