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:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-06-29 06:07:32 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-06-29 06:07:32 +0300
commitbe8b477154c88aaf1ed2c4adea980945482350d2 (patch)
treecd6ee0dac409eea2c0c8b560cd379d5ae25c034c /spec/features/participants_autocomplete_spec.rb
parent3d7e272e4378b00f08c0f85327c4162eaf6d42fb (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/features/participants_autocomplete_spec.rb')
-rw-r--r--spec/features/participants_autocomplete_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/features/participants_autocomplete_spec.rb b/spec/features/participants_autocomplete_spec.rb
index 2781cfffbaf..cc805e7d369 100644
--- a/spec/features/participants_autocomplete_spec.rb
+++ b/spec/features/participants_autocomplete_spec.rb
@@ -6,6 +6,7 @@ RSpec.describe 'Member autocomplete', :js do
let_it_be(:project) { create(:project, :public, :repository) }
let_it_be(:user) { create(:user) }
let_it_be(:author) { create(:user) }
+
let(:note) { create(:note, noteable: noteable, project: noteable.project) }
before do