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