Sign in
edge
/
third_party
/
onsi
/
gomega
/
7e2072f716a912a29b2dfa54398faf096a9909e3
/
.
/
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")
}