Welcome to mirror list, hosted at ThFree Co, Russian Federation.

buffered_counter_spec.rb « redis « gitlab « lib « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ef17b90d406f3c78d66a99db86e4b037d46f2f89 (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

require 'spec_helper'

RSpec.describe Gitlab::Redis::BufferedCounter, feature_category: :redis do
  include_examples "redis_new_instance_shared_examples", 'buffered_counter', Gitlab::Redis::SharedState
end