class RSpec::Core::Example

def mocks_need_verification?

def mocks_need_verification?
  exception.nil? || execution_result.pending_fixed?
end