# File lib/shoulda/active_record/matchers/association_matcher.rb, line 27 27: def have_many(name) 28: AssociationMatcher.new(:has_many, name) 29: end