diff options
Diffstat (limited to 'vendor/github.com/onsi/gomega/gbytes/gbuffer_suite_test.go')
-rw-r--r-- | vendor/github.com/onsi/gomega/gbytes/gbuffer_suite_test.go | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vendor/github.com/onsi/gomega/gbytes/gbuffer_suite_test.go b/vendor/github.com/onsi/gomega/gbytes/gbuffer_suite_test.go new file mode 100644 index 000000000..3a7dc0612 --- /dev/null +++ b/vendor/github.com/onsi/gomega/gbytes/gbuffer_suite_test.go @@ -0,0 +1,13 @@ +package gbytes_test + +import ( + . "github.com/onsi/ginkgo" + . "github.com/onsi/gomega" + + "testing" +) + +func TestGbytes(t *testing.T) { + RegisterFailHandler(Fail) + RunSpecs(t, "Gbytes Suite") +} |