summaryrefslogtreecommitdiff
path: root/vendor/github.com/onsi/ginkgo/internal/writer/writer_suite_test.go
blob: e206577919af41c43a994cbc41d2e08a1b3d18ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
package writer_test

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

	"testing"
)

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