class Shoulda::Matchers::ActiveRecord::AssociationMatchers::CounterCacheMatcher

def initialize(counter_cache, name)

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