diff options
author | Rémy Coutable <remy@rymai.me> | 2017-05-30 14:11:58 +0200 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-05-30 14:11:58 +0200 |
commit | fd376b3ed4de310f8e599cbbeb5c18e5a31c188c (patch) | |
tree | 64554869813bc736668d93efc9b863fc28a5b435 /features | |
parent | c5b0c530bf93e4525f8573dea14abd3f927b0f90 (diff) | |
download | gitlab-ce-fd376b3ed4de310f8e599cbbeb5c18e5a31c188c.tar.gz |
Revert "Merge branch '1937-https-clone-url-username' into 'master'
"
This reverts commit c425f366bfa84efab92b5d5e1d0721f16a2890bc, reversing
changes made to 82f6c0f5ac4ed29390ed90592d2c431f3494d93f.
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'features')
-rw-r--r-- | features/steps/explore/projects.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/explore/projects.rb b/features/steps/explore/projects.rb index b2194275751..1a55f40abb9 100644 --- a/features/steps/explore/projects.rb +++ b/features/steps/explore/projects.rb @@ -49,7 +49,7 @@ class Spinach::Features::ExploreProjects < Spinach::FeatureSteps step 'I should see an http link to the repository' do project = Project.find_by(name: 'Community') - expect(page).to have_field('project_clone', with: project.http_url_to_repo(@user)) + expect(page).to have_field('project_clone', with: project.http_url_to_repo) end step 'I should see an ssh link to the repository' do |