summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/usage_data_counters/cycle_analytics_counter_spec.rb
blob: 18c21ef7eba1b1fd093f8a593184e820d7192c4a (plain)
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true

require 'spec_helper'

RSpec.describe Gitlab::UsageDataCounters::CycleAnalyticsCounter do
  it_behaves_like 'a redis usage counter', 'CycleAnalytics', :views

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