aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/onsi/gomega/ghttp/test_server_suite_test.go
blob: 7c1236082750f26db14af857f28284597cc386f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
package ghttp_test

import (
	. "github.com/onsi/ginkgo"
	. "github.com/onsi/gomega"

	"testing"
)

func TestGHTTP(t *testing.T) {
	RegisterFailHandler(Fail)
	RunSpecs(t, "GHTTP Suite")
}