# File lib/shoulda/active_record/matchers/association_matcher.rb, line 9 9: def belong_to(name) 10: AssociationMatcher.new(:belongs_to, name) 11: end