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

pod_logs_spec.rb « usage_counters « gitlab « lib « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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