We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f57380 commit 6be6c43Copy full SHA for 6be6c43
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## 1.9.0
2
+
3
+### Features
4
+- Add ContainElements matcher (#370) [2f57380]
5
+- Output missing and extra elements in ConsistOf failure message [a31eda7]
6
+- Document method LargestMatching [7c5a280]
7
8
## 1.8.1
9
10
### Fixes
gomega_dsl.go
@@ -24,7 +24,7 @@ import (
24
"github.com/onsi/gomega/types"
25
)
26
27
-const GOMEGA_VERSION = "1.8.1"
+const GOMEGA_VERSION = "1.9.0"
28
29
const nilFailHandlerPanic = `You are trying to make an assertion, but Gomega's fail handler is nil.
30
If you're using Ginkgo then you probably forgot to put your assertion in an It().
0 commit comments