Sign in
edge
/
third_party
/
onsi
/
gomega
/
0652f5f3ba4e1226d4e7811215d3c2f80d37f919
/
.
/
ghttp
/
test_server_suite_test.go
blob: 7c1236082750f26db14af857f28284597cc386f0 [
file
] [
log
] [
blame
]
package ghttp_test
import (
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
"testing"
)
func TestGHTTP(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "GHTTP Suite")
}