Sign in
edge
/
apid-core
/
e1df37dcb8844b133f2db9b25204506c81a0a82c
/
.
/
events
/
events_suite_test.go
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")
}