8 lines
136 B
Ruby
8 lines
136 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Gitlab
|
|
module CycleAnalytics
|
|
class TestEventFetcher < StagingEventFetcher
|
|
end
|
|
end
|
|
end
|