aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/onsi/gomega/format/format_suite_test.go
blob: 8e65a95292dc5cc841c5060ad91717c316515159 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
package format_test

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

	"testing"
)

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