# File lib/rspec/matchers/built_in/be.rb, line 152
        def failure_message_for_should
          "expected #{predicate}#{args_to_s} to return true, got #{@result.inspect}"
        end