Welcome to mirror list, hosted at ThFree Co, Russian Federation.

test_event_fetcher.rb « cycle_analytics « gitlab « lib - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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