debian-mirror-gitlab/spec/lib/gitlab/cycle_analytics/production_event_fetcher_spec.rb
2020-04-22 19:07:51 +05:30

9 lines
194 B
Ruby

# frozen_string_literal: true
require 'spec_helper'
describe Gitlab::CycleAnalytics::ProductionEventFetcher do
let(:stage_name) { :production }
it_behaves_like 'default query config'
end