Method: OutputToFDMatcher#negative_failure_message
- Defined in:
- lib/mspec/matchers/output_to_fd.rb
#negative_failure_message ⇒ Object
62 63 64 |
# File 'lib/mspec/matchers/output_to_fd.rb', line 62 def () ["Expected output (#{@to_name}) to NOT be:\n", @actual.inspect] end |