method

negative_failure_message

negative_failure_message()
public

No documentation available.

# File lib/spec/matchers/respond_to.rb, line 23
      def negative_failure_message
        "expected target not to respond to #{@names.collect {|name| name.inspect }.join(', ')}"
      end