module Shoulda::Matchers::ActiveRecord

def have_many(name)

Returns:
  • (AssociationMatcher) -
def have_many(name)
  AssociationMatcher.new(:has_many, name)
end