github.com/pf-qiu/concourse/v6@v6.7.3-0.20201207032516-1f455d73275f/atc/creds/vault/vault_suite_test.go (about)

     1  package vault_test
     2  
     3  import (
     4  	"testing"
     5  
     6  	. "github.com/onsi/ginkgo"
     7  	. "github.com/onsi/gomega"
     8  )
     9  
    10  func TestVault(t *testing.T) {
    11  	RegisterFailHandler(Fail)
    12  	RunSpecs(t, "Vault Suite")
    13  }