gitlab-org--gitlab-foss/spec/lib/gitlab/cycle_analytics/production_event_fetcher_sp...

10 lines
200 B
Ruby

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