summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/cycle_analytics/shared_event_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/lib/gitlab/cycle_analytics/shared_event_spec.rb')
-rw-r--r--spec/lib/gitlab/cycle_analytics/shared_event_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/gitlab/cycle_analytics/shared_event_spec.rb b/spec/lib/gitlab/cycle_analytics/shared_event_spec.rb
index 0b0ea662b74..5e1c7531fb5 100644
--- a/spec/lib/gitlab/cycle_analytics/shared_event_spec.rb
+++ b/spec/lib/gitlab/cycle_analytics/shared_event_spec.rb
@@ -7,7 +7,7 @@ shared_examples 'default query config' do
branch: nil)
end
- let(:event) { described_class.new(fetcher: fetcher, stage: stage_name, options: {}) }
+ let(:event) { described_class.new(fetcher: fetcher, options: {}) }
it 'has the start attributes' do
expect(event.start_time_attrs).not_to be_nil