Sign in
edge
/
third_party
/
onsi
/
gomega.git
/
13c9a8b7f641882a8baeb1cfa04b65229c2d1647
/
.
/
format
/
format_suite_test.go
blob: 8e65a95292dc5cc841c5060ad91717c316515159 [
file
] [
log
] [
blame
]
package format_test
import (
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
"testing"
)
func TestFormat(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Format Suite")
}