Add support for string types
[govpp.git] / vendor / github.com / onsi / gomega / ghttp / test_server_suite_test.go
diff --git a/vendor/github.com/onsi/gomega/ghttp/test_server_suite_test.go b/vendor/github.com/onsi/gomega/ghttp/test_server_suite_test.go
deleted file mode 100644 (file)
index 7c12360..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-package ghttp_test
-
-import (
-       . "github.com/onsi/ginkgo"
-       . "github.com/onsi/gomega"
-
-       "testing"
-)
-
-func TestGHTTP(t *testing.T) {
-       RegisterFailHandler(Fail)
-       RunSpecs(t, "GHTTP Suite")
-}