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

11 lines
249 B
Ruby
Raw Normal View History

# frozen_string_literal: true
require 'spec_helper'
require 'lib/gitlab/cycle_analytics/shared_event_spec'
2016-12-02 16:09:29 +00:00
describe Gitlab::CycleAnalytics::ProductionEventFetcher do
2016-11-23 10:28:28 +00:00
let(:stage_name) { :production }
it_behaves_like 'default query config'
end