This project is a simple composed custom matcher that takes a block and re-runs it until it yields a result that satisfies the argument matcher.
Simply run rspec
in the root folder to test the solution
See spec/custom_matcher_spec.rb for usage and examples