From 9f46488805e86b1bc341ea1620b866016c2ce5ed Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Wed, 20 May 2020 14:34:42 +0000 Subject: Add latest changes from gitlab-org/gitlab@13-0-stable-ee --- spec/support/cycle_analytics_helpers/test_generation.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'spec/support/cycle_analytics_helpers') diff --git a/spec/support/cycle_analytics_helpers/test_generation.rb b/spec/support/cycle_analytics_helpers/test_generation.rb index 34018263339..c577e5cc665 100644 --- a/spec/support/cycle_analytics_helpers/test_generation.rb +++ b/spec/support/cycle_analytics_helpers/test_generation.rb @@ -29,6 +29,10 @@ module CycleAnalyticsHelpers scenarios.each do |start_time_conditions, end_time_conditions| let_it_be(:other_project) { create(:project, :repository) } + before do + other_project.add_developer(self.user) + end + context "start condition: #{start_time_conditions.map(&:first).to_sentence}" do context "end condition: #{end_time_conditions.map(&:first).to_sentence}" do it "finds the median of available durations between the two conditions", :sidekiq_might_not_need_inline do -- cgit v1.2.1