github.com/pf-qiu/concourse/v6@v6.7.3-0.20201207032516-1f455d73275f/fly/eventstream/event_suite_test.go (about)

     1  package eventstream_test
     2  
     3  import (
     4  	"testing"
     5  
     6  	. "github.com/onsi/ginkgo"
     7  	. "github.com/onsi/gomega"
     8  
     9  	"github.com/fatih/color"
    10  )
    11  
    12  func TestEvent(t *testing.T) {
    13  	RegisterFailHandler(Fail)
    14  	RunSpecs(t, "Event Suite")
    15  
    16  	color.NoColor = false
    17  }