class Shoulda::Matchers::ActiveRecord::AssociationMatchers::ThroughMatcher

def initialize(through, name)

def initialize(through, name)
  @through = through
  @name = name
  @missing_option = ''
end