gitlab-org--gitlab-foss/lib/gitlab/cycle_analytics/test_event_fetcher.rb

7 lines
105 B
Ruby
Raw Normal View History

2016-12-02 16:09:29 +00:00
module Gitlab
module CycleAnalytics
class TestEventFetcher < StagingEventFetcher
end
end
end