github.com/jasonkeene/cli@v6.14.1-0.20160816203908-ca5715166dfb+incompatible/cf/help/help_suite_test.go (about)

     1  package help_test
     2  
     3  import (
     4  	"github.com/cloudfoundry/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  }