Skip to content

Add the ability to use compound matchers in the RSpec matchers#195

Open
MarcelEeken wants to merge 1 commit intodry-rb:mainfrom
MarcelEeken:add-compound-matcher-capability-in-rspec-matchers
Open

Add the ability to use compound matchers in the RSpec matchers#195
MarcelEeken wants to merge 1 commit intodry-rb:mainfrom
MarcelEeken:add-compound-matcher-capability-in-rspec-matchers

Conversation

@MarcelEeken
Copy link
Copy Markdown

@MarcelEeken MarcelEeken commented Nov 5, 2025

Before you could only match on exact values, but by using the values_match? helper from RSpec it allows the user to use compound matchers provided by RSpec.

As specified on this page: https://rspec.info/features/3-13/rspec-expectations/custom-matchers/define-matcher

Before you could only match on exact values, but by using the
`values_match?` helper from RSpec it allows the user to use compound
matchers provided by RSpec.
@flash-gordon
Copy link
Copy Markdown
Member

@MarcelEeken thank you! Could you add a changelog entry for this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants