summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMałgorzata Ksionek <mksionek@gitlab.com>2019-06-06 23:34:31 +0200
committerMałgorzata Ksionek <mksionek@gitlab.com>2019-06-14 13:26:27 +0200
commit8a4811848dfd34c71894671f572b4a46f91e86a9 (patch)
tree1c39fdd9588b6d40135004145356467fd897de3d
parent6559f0ef545cfe49f33a088ae34907e5aad4afd2 (diff)
downloadgitlab-ce-30138-display-cycle-analytics-issue-logic-fixes.tar.gz
-rw-r--r--lib/gitlab/cycle_analytics/test_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/cycle_analytics/test_helper.rb b/lib/gitlab/cycle_analytics/test_helper.rb
index 9bd2d83fcdc..32fca7fa898 100644
--- a/lib/gitlab/cycle_analytics/test_helper.rb
+++ b/lib/gitlab/cycle_analytics/test_helper.rb
@@ -14,7 +14,7 @@ module Gitlab
private
def branch
- @branch ||= @options[:branch]
+ @branch ||= @options[:branch] # rubocop:disable Gitlab/ModuleWithInstanceVariables
end
end
end