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")
}