blob: 79b1bbf7c8bd7a072690427ebb9445d2a9a6ac70 [file] [log] [blame]
package events_test
import (
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
"testing"
)
func TestEvents(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Events Suite")
}