diff options
author | Douwe Maan <douwe@gitlab.com> | 2017-07-09 19:18:15 +0000 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2017-07-09 19:18:15 +0000 |
commit | 64701b51aeacf4f4f932f205a2d831880b757a43 (patch) | |
tree | b5397ce2dc8930a1781dbde1cdbad7940e3be2a7 /spec/features/snippets/internal_snippet_spec.rb | |
parent | f225cc9b97e97372ab035225112cd5f5d44c0e31 (diff) | |
parent | 60814985e033e4941ff3eb5d33ca55e3fc81593e (diff) | |
download | gitlab-ce-64701b51aeacf4f4f932f205a2d831880b757a43.tar.gz |
Merge branch 'rs-sign_in' into 'master'
Change gitlab_sign_in to sign_in
See merge request !12369
Diffstat (limited to 'spec/features/snippets/internal_snippet_spec.rb')
-rw-r--r-- | spec/features/snippets/internal_snippet_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/snippets/internal_snippet_spec.rb b/spec/features/snippets/internal_snippet_spec.rb index 3babb1c02cc..fb3e75f2102 100644 --- a/spec/features/snippets/internal_snippet_spec.rb +++ b/spec/features/snippets/internal_snippet_spec.rb @@ -5,7 +5,7 @@ feature 'Internal Snippets', feature: true, js: true do describe 'normal user' do before do - gitlab_sign_in :user + sign_in(create(:user)) end scenario 'sees internal snippets' do |