class RSpec::Matchers::DSL::Matcher
def match_for_should_not(&block)
- Yield: - actual the actual value (or receiver of should)
def match_for_should_not(&block) @match_for_should_not_block = block end
def match_for_should_not(&block) @match_for_should_not_block = block end