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