Sign in
edge
/
apidQuota
/
42b1495f0fb07ba88f9069aa629aa00c2c56db63
/
.
/
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")
}