summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/cycle_analytics/events_spec.rb
diff options
context:
space:
mode:
authorMałgorzata Ksionek <mksionek@gitlab.com>2019-07-08 13:11:10 +0200
committerMałgorzata Ksionek <mksionek@gitlab.com>2019-07-09 12:16:38 +0200
commit3459ba13b21f3df64983c795e8c22339b8197298 (patch)
treeccb85db037a459a45ed10cac60b41bfe28458824 /spec/lib/gitlab/cycle_analytics/events_spec.rb
parentf6423fa468e267d27594c3a0190bc9d2166d0e9c (diff)
downloadgitlab-ce-3459ba13b21f3df64983c795e8c22339b8197298.tar.gz
Add cr remarks
Diffstat (limited to 'spec/lib/gitlab/cycle_analytics/events_spec.rb')
-rw-r--r--spec/lib/gitlab/cycle_analytics/events_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/gitlab/cycle_analytics/events_spec.rb b/spec/lib/gitlab/cycle_analytics/events_spec.rb
index a51f1af85a2..5ee02650e49 100644
--- a/spec/lib/gitlab/cycle_analytics/events_spec.rb
+++ b/spec/lib/gitlab/cycle_analytics/events_spec.rb
@@ -7,7 +7,7 @@ describe 'cycle analytics events' do
let!(:context) { create(:issue, project: project, created_at: 2.days.ago) }
let(:events) do
- CycleAnalytics::ProjectLevel.new(project: project, options: { from: from_date, current_user: user })[stage].events
+ CycleAnalytics::ProjectLevel.new(project, options: { from: from_date, current_user: user })[stage].events
end
before do