github.com/randomtask1155/cli@v6.41.1-0.20181227003417-a98eed78cbde+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  }