# File lib/mspec/matchers/have_data.rb, line 23 23: def failure_message 24: ["Expected #{@name}", 25: "to have data #{@data.pretty_inspect}"] 26: end