# File lib/rspec/matchers/built_in/base_matcher.rb, line 41 def failure_message_for_should_not "expected #{actual.inspect} not to #{name_to_sentence}#{expected_to_sentence}" end