github.com/wanddynosios/cli/v8@v8.7.9-0.20240221182337-1a92e3a7017f/cf/help/help_suite_test.go (about)

     1  package help_test
     2  
     3  import (
     4  	"code.cloudfoundry.org/cli/cf/commandsloader"
     5  	. "github.com/onsi/ginkgo"
     6  	. "github.com/onsi/gomega"
     7  
     8  	"testing"
     9  )
    10  
    11  func TestHelp(t *testing.T) {
    12  	RegisterFailHandler(Fail)
    13  
    14  	commandsloader.Load()
    15  
    16  	RunSpecs(t, "Help Suite")
    17  }