summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/usage_counters/pod_logs_spec.rb
blob: 1059c519b194fe8c3373221f49142a149758102d (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

require 'spec_helper'

RSpec.describe Gitlab::UsageCounters::PodLogs, :clean_gitlab_redis_shared_state do
  it_behaves_like 'a usage counter'
end