summaryrefslogtreecommitdiff
path: root/lib/gitlab/cycle_analytics/test_event_fetcher.rb
blob: 2fa44b1b364722e77f8e7d5db9be53ebc359e142 (plain)
1
2
3
4
5
6
7
8
9
10
# frozen_string_literal: true

module Gitlab
  module CycleAnalytics
    class TestEventFetcher < BaseEventFetcher
      include TestHelper
      include BuildsEventHelper
    end
  end
end