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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2017-01-12 16:32:30 +0300
committerJames Lopez <james@jameslopez.es>2017-01-17 13:32:55 +0300
commit1d775d9712d0c493ae171e37fe507f5160cd7d0e (patch)
tree86516d3766ab0607743c68b063e01d5b3a9298c7 /lib/gitlab/cycle_analytics
parent150a448596dda076f0893facbd621429738aba92 (diff)
fix spec
Diffstat (limited to 'lib/gitlab/cycle_analytics')
-rw-r--r--lib/gitlab/cycle_analytics/base_stage.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/gitlab/cycle_analytics/base_stage.rb b/lib/gitlab/cycle_analytics/base_stage.rb
index 7ff15051558..74bbcdcb3dd 100644
--- a/lib/gitlab/cycle_analytics/base_stage.rb
+++ b/lib/gitlab/cycle_analytics/base_stage.rb
@@ -42,8 +42,8 @@ module Gitlab
def event_fetcher
@event_fetcher ||= Gitlab::CycleAnalytics::EventFetcher[name].new(project: @project,
- stage: name,
- options: event_options)
+ stage: name,
+ options: event_options)
end
def event_options