diff options
author | Douwe Maan <douwe@gitlab.com> | 2016-08-25 18:02:39 +0000 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2016-08-25 18:02:39 +0000 |
commit | 4c17e1b3dbb6c30345d52fc8c9789440f4fcb326 (patch) | |
tree | 7d82b306e6aff981b6bd839ba2dade147c313ed2 /features | |
parent | bbd9a6fe405d0df1c7c9ad09b7c3ff6a0201953f (diff) | |
parent | 4c8e9a8d27c34fe97216e12d17782f982818fb5c (diff) | |
download | gitlab-ce-4c17e1b3dbb6c30345d52fc8c9789440f4fcb326.tar.gz |
Merge branch 'zj-remove-gitorious' into 'master'
Remove gitorious
## What does this MR do?
Remove gitorious as import source
## Are there points in the code the reviewer needs to double check?
Did I remove everything?
## Why was this MR needed?
This button yielded a 404
## What are the relevant issue numbers?
Closes #17062
/cc @JobV
See merge request !5866
Diffstat (limited to 'features')
-rw-r--r-- | features/steps/dashboard/new_project.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/features/steps/dashboard/new_project.rb b/features/steps/dashboard/new_project.rb index f0d8d498e46..2f0941e4113 100644 --- a/features/steps/dashboard/new_project.rb +++ b/features/steps/dashboard/new_project.rb @@ -18,7 +18,6 @@ class Spinach::Features::NewProject < Spinach::FeatureSteps expect(page).to have_link('GitHub') expect(page).to have_link('Bitbucket') expect(page).to have_link('GitLab.com') - expect(page).to have_link('Gitorious.org') expect(page).to have_link('Google Code') expect(page).to have_link('Repo by URL') end |