debian-mirror-gitlab/spec/lib/gitlab/cycle_analytics/production_event_fetcher_spec.rb
2019-10-12 21:52:04 +05:30

11 lines
249 B
Ruby

# frozen_string_literal: true
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