summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/cycle_analytics/production_event_fetcher_spec.rb
blob: aeca72e8c91b21ce1b4ac78ad62642322dee6379 (plain)
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true

require 'spec_helper'

describe Gitlab::CycleAnalytics::ProductionEventFetcher do
  let(:stage_name) { :production }

  it_behaves_like 'default query config'
end