Method: IncludeMatcher#negative_failure_message

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

#negative_failure_messageObject



21
22
23
# File 'lib/mspec/matchers/include.rb', line 21

def negative_failure_message
  ["Expected #{@actual.inspect}", "not to include #{@element.inspect}"]
end