Files
openrtb/openrtb_suite_test.go
T
2017-11-13 20:37:40 +02:00

14 lines
194 B
Go

package openrtb_test
import (
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
"testing"
)
func TestOpenrtb(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Openrtb Suite")
}