Sign in
edge
/
apidQuota
/
371177217a76a1ef963e8af1aa781aa57e454c09
/
.
/
apidQuota_suite_test.go
blob: 2c0443d128001a80851054a7948228573375a97d [
file
] [
log
] [
blame
]
package apidQuota_test
import (
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
"testing"
)
func TestApidQuota(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "ApidQuota Suite")
}