# File lib/mspec/matchers/have_data.rb, line 45 45: def have_data(data) 46: HaveDataMatcher.new(data) 47: end