class RSpec::Matchers::BuiltIn::YieldSuccessiveArgs
def failure_message_for_should_not
def failure_message_for_should_not "expected given block not to yield successively with arguments, but yielded with expected arguments" + "\nexpected not: #{@expected.inspect}" + "\n got: #{@actual.inspect} (compared using === and ==)" end