summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/cycle_analytics/production_event_fetcher_spec.rb
blob: 7400118130533e072c59f71b8a71c11971bc961d (plain)
1
2
3
4
5
6
7
8
require 'spec_helper'
require 'lib/gitlab/cycle_analytics/shared_event_spec'

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

  it_behaves_like 'default query config'
end