aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/onsi/gomega/internal/assertion/assertion_suite_test.go
blob: dae47a48bf9d08bc90c0f0ada234e3055f147d7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
package assertion_test

import (
	. "github.com/onsi/ginkgo"
	. "github.com/onsi/gomega"

	"testing"
)

func TestAssertion(t *testing.T) {
	RegisterFailHandler(Fail)
	RunSpecs(t, "Assertion Suite")
}