Method: OutputToFDMatcher#negative_failure_message

Defined in:
lib/mspec/matchers/output_to_fd.rb

#negative_failure_messageObject



62
63
64
# File 'lib/mspec/matchers/output_to_fd.rb', line 62

def negative_failure_message()
  ["Expected output (#{@to_name}) to NOT be:\n", @actual.inspect]
end