Sign in
edge
/
apidVerifyApiKey
/
c48842a30a9f78ea4fb4fbbc2a69bbe693683cfa
/
.
/
vendor
/
github.com
/
onsi
/
ginkgo
/
internal
/
failer
/
failer_suite_test.go
blob: 8dce7be9ac564a7c6014204ca518f8ad9d572eb9 [
file
] [
log
] [
blame
]
package failer_test
import (
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
"testing"
)
func TestFailer(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Failer Suite")
}