# File lib/mspec/matchers/variable.rb, line 24 24: def negative_failure_message 25: ["Expected #{@object} NOT to have #{self.class.description} '#{@variable}'", 26: "but it does"] 27: end