summaryrefslogtreecommitdiff
path: root/spec/features/projects/developer_views_empty_project_instructions_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/features/projects/developer_views_empty_project_instructions_spec.rb')
-rw-r--r--spec/features/projects/developer_views_empty_project_instructions_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/projects/developer_views_empty_project_instructions_spec.rb b/spec/features/projects/developer_views_empty_project_instructions_spec.rb
index 0c51fe72ca4..a943f1e6a08 100644
--- a/spec/features/projects/developer_views_empty_project_instructions_spec.rb
+++ b/spec/features/projects/developer_views_empty_project_instructions_spec.rb
@@ -7,7 +7,7 @@ feature 'Developer views empty project instructions', feature: true do
background do
project.team << [developer, :developer]
- login_as(developer)
+ gitlab_sign_in(developer)
end
context 'without an SSH key' do