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

module Gitlab
  module CycleAnalytics
    class TestEventFetcher < StagingEventFetcher
    end
  end
end