github.com/loafoe/cli@v7.1.0+incompatible/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  }