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-05-12 21:10:35 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-05-12 21:10:35 +0300
commit3c3b7c12a0955679626545248aa2aa347d6d001d (patch)
treec46d2ad91033821457181b5c748df997fe579545 /spec/views/registrations
parent4a882000a94d1043b536e078a0e3571bdb0077d3 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/views/registrations')
-rw-r--r--spec/views/registrations/welcome/show.html.haml_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/views/registrations/welcome/show.html.haml_spec.rb b/spec/views/registrations/welcome/show.html.haml_spec.rb
index 639759ae095..ecdef7918de 100644
--- a/spec/views/registrations/welcome/show.html.haml_spec.rb
+++ b/spec/views/registrations/welcome/show.html.haml_spec.rb
@@ -5,7 +5,7 @@ require 'spec_helper'
RSpec.describe 'registrations/welcome/show' do
let(:is_gitlab_com) { false }
- let_it_be(:user) { User.new }
+ let_it_be(:user) { create(:user) }
before do
allow(view).to receive(:current_user).and_return(user)