github.com/chenbh/concourse/v6@v6.4.2/worker/suite_test.go (about)

     1  package worker_test
     2  
     3  import (
     4  	"time"
     5  
     6  	. "github.com/onsi/ginkgo"
     7  	. "github.com/onsi/gomega"
     8  
     9  	"testing"
    10  )
    11  
    12  func TestWorker(t *testing.T) {
    13  	SetDefaultEventuallyTimeout(time.Minute)
    14  
    15  	RegisterFailHandler(Fail)
    16  	RunSpecs(t, "Worker Suite")
    17  }