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")
}