Method: Musts::CloseMatcher#negative_failure_message

Defined in:
lib/musts/matchers/close_matcher.rb

#negative_failure_messageObject



17
18
19
# File 'lib/musts/matchers/close_matcher.rb', line 17

def negative_failure_message
  "expected #{@subject.inspect} to not #{message_expected}"
end