# File lib/mspec/matchers/have_data.rb, line 5
5:   def initialize(data)
6:     @data = data
7:   end