From fa6089d8ad89cc12adb7dbcd78594b97f8f6ed02 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Tue, 15 Dec 2020 03:10:12 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- spec/features/projects/show/user_sees_git_instructions_spec.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'spec/features/projects/show/user_sees_git_instructions_spec.rb') diff --git a/spec/features/projects/show/user_sees_git_instructions_spec.rb b/spec/features/projects/show/user_sees_git_instructions_spec.rb index 3b77fd7eebf..febdb70de86 100644 --- a/spec/features/projects/show/user_sees_git_instructions_spec.rb +++ b/spec/features/projects/show/user_sees_git_instructions_spec.rb @@ -122,13 +122,11 @@ RSpec.describe 'Projects > Show > User sees Git instructions' do context 'when project is not empty' do let_it_be(:project) { create(:project, :public, :repository) } - before do - visit(project_path(project)) - end - context 'when not signed in' do before do allow(Gitlab.config.gitlab).to receive(:host).and_return('www.example.com') + + visit(project_path(project)) end include_examples 'shows details of non empty project' -- cgit v1.2.3