Sign in
edge
/
third_party
/
onsi
/
gomega.git
/
6e5dbc9bc880ed2587f45a7972cd75d9d7a5999c
/
.
/
internal
/
assertion
/
assertion_suite_test.go
blob: dae47a48bf9d08bc90c0f0ada234e3055f147d7a [
file
] [
log
] [
blame
]
package assertion_test
import (
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
"testing"
)
func TestAssertion(t *testing.T) {
RegisterFailHandler(Fail)
RunSpecs(t, "Assertion Suite")
}