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