# File lib/rspec/matchers/built_in/respond_to.rb, line 19
        def failure_message_for_should
          "expected #{@actual.inspect} to respond to #{@failing_method_names.collect {|name| name.inspect }.join(', ')}#{with_arity}"
        end