class RSpec::Matchers::BuiltIn::YieldControl

def failure_message

Returns:
  • (String) -

Other tags:
    Api: - private
def failure_message
  'expected given block to yield control' + failure_reason
end