This repository has been archived by the owner on Nov 30, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
See rspec/rspec-collection_matchers#48 If a matcher supports dynamic arbitrary methods called on it, e.g. `have_at_least(100).bucks`, it would also consider a `supports_value_expectations?` call as a dynamic part. Instead of calling `supports_*?` methods on a matcher, explicitly check if it responds to it.
- Loading branch information