gitlab-org--gitlab-foss/lib/gitlab/cycle_analytics/test_event_fetcher.rb
Gosia Ksionek 976b8b5391 Fix plan stage query
Fix plan stage query and the way it is displayed
2019-06-17 13:17:18 +00:00

10 lines
190 B
Ruby

# frozen_string_literal: true
module Gitlab
module CycleAnalytics
class TestEventFetcher < BaseEventFetcher
include TestHelper
include BuildsEventHelper
end
end
end