Sign in
edge
/
apidVerifyApiKey
/
c48842a30a9f78ea4fb4fbbc2a69bbe693683cfa
/
.
/
vendor
/
github.com
/
onsi
/
ginkgo
/
internal
/
remote
/
remote_suite_test.go
blob: e6b4e9f32ce0ea36755f5e2f2d80734128e2ce25 [
file
] [
log
] [
blame
]
package remote_test
import (
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
"testing"
)
func TestRemote(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Remote Spec Forwarding Suite")
}