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

require 'spec_helper'

describe Gitlab::UsageDataCounters::SourceCodeCounter do
  it_behaves_like 'a redis usage counter', 'Source Code', :pushes

  it_behaves_like 'a redis usage counter with totals', :source_code, pushes: 5
end