BigW Consortium Gitlab

test_event_fetcher.rb 105 Bytes
Newer Older
1 2 3 4 5 6
module Gitlab
  module CycleAnalytics
    class TestEventFetcher < StagingEventFetcher
    end
  end
end