Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2016-08-25 21:02:39 +0300
committerDouwe Maan <douwe@gitlab.com>2016-08-25 21:02:39 +0300
commit4c17e1b3dbb6c30345d52fc8c9789440f4fcb326 (patch)
tree7d82b306e6aff981b6bd839ba2dade147c313ed2 /features
parentbbd9a6fe405d0df1c7c9ad09b7c3ff6a0201953f (diff)
parent4c8e9a8d27c34fe97216e12d17782f982818fb5c (diff)
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.rb1
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