# File lib/mspec/matchers/be_true.rb, line 11 11: def negative_failure_message 12: ["Expected #{@actual.inspect}", "not to be true"] 13: end