# File lib/rspec/matchers/be.rb, line 167 def failure_message_for_should_not "expected #{predicate}#{args_to_s} to return false, got #{@result.inspect}" end