Codebase list golang-gomega / dbc6ecd
v1.13.0 Onsi Fakhouri 2 years ago
2 changed file(s) with 7 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
0 ## 1.13.0
1
2 ### Features
3 - gmeasure provides BETA support for benchmarking (#447) [8f2dfbf]
4 - Set consistently and eventually defaults on init (#443) [12eb778]
5
06 ## 1.12.0
17
28 ### Features
2323 "github.com/onsi/gomega/types"
2424 )
2525
26 const GOMEGA_VERSION = "1.12.0"
26 const GOMEGA_VERSION = "1.13.0"
2727
2828 const nilFailHandlerPanic = `You are trying to make an assertion, but Gomega's fail handler is nil.
2929 If you're using Ginkgo then you probably forgot to put your assertion in an It().