blob: 2299af42b2db128e882e13cf99d006e0daa6ac85 [file] [log] [blame]
package events_test
import (
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
"testing"
"github.com/30x/apid-core"
"github.com/30x/apid-core/factory"
)
var _ = BeforeSuite(func() {
apid.Initialize(factory.DefaultServicesFactory())
})
func TestEvents(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Events Suite")
}