Files
openrtb/native/response/response_suite_test.go
T

14 lines
197 B
Go

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