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

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

require 'spec_helper'

describe Gitlab::UsageDataCounters::ProductivityAnalyticsCounter do
  it_behaves_like 'a redis usage counter', 'ProductivityAnalytics', :views

  it_behaves_like 'a redis usage counter with totals', :productivity_analytics, views: 3
end