summaryrefslogtreecommitdiff
path: root/features/steps/shared
diff options
context:
space:
mode:
authorblackst0ne <blackst0ne.ru@gmail.com>2017-08-25 08:54:50 +1100
committerblackst0ne <blackst0ne.ru@gmail.com>2017-08-25 08:54:50 +1100
commitec1ec9b67a95de3b775eefe0f4cdce6fd3aa7b70 (patch)
tree4eff9d127004eac4211f5867942218259c1be8ca /features/steps/shared
parent0f006dc0699baa4c182363d7988392955e517b1d (diff)
downloadgitlab-ce-ec1ec9b67a95de3b775eefe0f4cdce6fd3aa7b70.tar.gz
Replace 'source/search_code.feature' spinach test with an rspec analog
Diffstat (limited to 'features/steps/shared')
-rw-r--r--features/steps/shared/paths.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/features/steps/shared/paths.rb b/features/steps/shared/paths.rb
index 830263fd038..be69a96c3ee 100644
--- a/features/steps/shared/paths.rb
+++ b/features/steps/shared/paths.rb
@@ -304,10 +304,6 @@ module SharedPaths
visit project_commits_path(@project, 'stable', { limit: 5 })
end
- step 'I visit project source page' do
- visit project_tree_path(@project, root_ref)
- end
-
step 'I visit blob file from repo' do
visit project_blob_path(@project, File.join(sample_commit.id, sample_blob.path))
end