# File lib/dm-core/spec/lib/counter_adapter.rb, line 24
  def initialize(adapter)
    @counts  = Hash.new { |hash, key| hash[key] = 0 }
    @adapter = adapter
    @count   = 0
  end