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

require 'spec_helper'

RSpec.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