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