# File lib/shoulda/active_record/matchers/association_matcher.rb, line 51
51:       def have_and_belong_to_many(name)
52:         AssociationMatcher.new(:has_and_belongs_to_many, name)
53:       end