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 0627b0c commit 946fb68Copy full SHA for 946fb68
Changelog.md
@@ -1,3 +1,10 @@
1
+### 1.2.1 / 2023-09-28
2
+
3
+Bug Fixes:
4
5
+* Support modern RSpec by defining #supports_value_expectations? on matcher.
6
+ (Jon Rowe, #52)
7
8
### 1.2.0 / 2019-09-18
9
10
Enhancements:
lib/rspec/collection_matchers/version.rb
@@ -1,5 +1,5 @@
module RSpec
module CollectionMatchers
- VERSION = "1.2.0"
+ VERSION = "1.2.1"
end
0 commit comments