Sha256: 392d624e3b64111fa9e955a61f709019c06a3d3c4770157dff7fe0f7e90965d5

Contents?: true

Size: 1.71 KB

Versions: 3

Compression:

Stored size: 1.71 KB

Contents

### 1.2.1 / 2023-09-28

Bug Fixes:

* Support modern RSpec by defining #supports_value_expectations? on matcher.
  (Jon Rowe, #52)

### 1.2.0 / 2019-09-18

Enhancements:

* Add a `have` matcher alias for `a_collection_having` (Hugo Baraúna, #25)

Bug Fixes:

* Define `to_ary` on Ruby 1.9.2 to fix issue when diffing in compound expectations
  (Jon Rowe, #34)
* Prevent warning being issued due to incorrect definition of `respond_to`.
  (Matt Whipple, #33)

### 1.1.2 / 2014-11-11

[full changelog](http://github.com/rspec/rspec-collection_matchers/compare/v1.1.1...v1.1.2)

Bug Fixes:

* Fix bug of uninitialized constant RSpec::Expectations (Related to #20)

### 1.1.1 / 2014-11-10

[full changelog](http://github.com/rspec/rspec-collection_matchers/compare/v1.1.0...v1.1.1)

Bug Fixes:

* Remove virtual dependency on rspec-core (Thanks @jscheid for reporting that, #20)

### 1.1.0 / 2014-11-10

[full changelog](http://github.com/rspec/rspec-collection_matchers/compare/v1.0.0...v1.1.0)

Enhancements:

* Make matchers composable on RSpec 3 and above. (Johnson Denen, #19)

### 1.0.0 / 2014-06-09

[full changelog](http://github.com/rspec/rspec-collection_matchers/compare/v0.0.4...v1.0.0)

### 0.0.4 / 2014-04-24

[full changelog](http://github.com/rspec/rspec-collection_matchers/compare/v0.0.3...v0.0.4)

Enhancements:

* Add Rails extension `have(n).errors_on(:whatever)` (Bradley Schaefer)

### 0.0.3 / 2014-02-16

[full changelog](http://github.com/rspec/rspec-collection_matchers/compare/v0.0.2...v0.0.3)

Enhancements:

* Update to latest RSpec 3 matcher API. (Myron Marston)

Bug Fixes:

* Raise an error when you attempt to use matcher against an `Integer`
  which previously would have incorrectly used a `#size` of 8. (Kassio Borges)

Version data entries

3 entries across 3 versions & 3 rubygems

Version Path
acfs-2.0.0 vendor/bundle/ruby/3.4.0/gems/rspec-collection_matchers-1.2.1/Changelog.md
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/rspec-collection_matchers-1.2.1/Changelog.md
rspec-collection_matchers-1.2.1 Changelog.md