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:
authorblackst0ne <blackst0ne.ru@gmail.com>2018-04-11 14:46:31 +0300
committerRémy Coutable <remy@rymai.me>2018-04-11 14:46:31 +0300
commit6d9f16c0aba46edd45d194e6f919896359b98a03 (patch)
tree6946a380cd79a9f74ff072d88d3c3a5cb2f6b92c /features/steps/shared/paths.rb
parent3efe170370c5ea6bbf68ab497339e4360af84030 (diff)
Replace the `project/commits/branches.feature` spinach test with an rspec analog
Diffstat (limited to 'features/steps/shared/paths.rb')
-rw-r--r--features/steps/shared/paths.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/features/steps/shared/paths.rb b/features/steps/shared/paths.rb
index cc893b8391e..4ba83499e3c 100644
--- a/features/steps/shared/paths.rb
+++ b/features/steps/shared/paths.rb
@@ -276,14 +276,6 @@ module SharedPaths
visit edit_project_path(project)
end
- step 'I visit project branches page' do
- visit project_branches_path(@project)
- end
-
- step 'I visit project protected branches page' do
- visit project_protected_branches_path(@project)
- end
-
step 'I visit compare refs page' do
visit project_compare_index_path(@project)
end