summaryrefslogtreecommitdiff
path: root/features/steps/shared
diff options
context:
space:
mode:
authorSemyon Pupkov <mail@semyonpupkov.com>2018-04-24 09:20:11 +0000
committerRémy Coutable <remy@rymai.me>2018-04-24 09:20:11 +0000
commit8ad7cb7788b964a7c9e4ca11c4308e0bbc1d4bbc (patch)
treef1fc234e2ee3054268da0ec3880b4b31876c7376 /features/steps/shared
parenta544f6ec58ba5f9cfbff6b59b50bc92bc2274bdb (diff)
downloadgitlab-ce-8ad7cb7788b964a7c9e4ca11c4308e0bbc1d4bbc.tar.gz
Replace find file project spinach tests with RSpec
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 d16c127f6e6..014e6ad625b 100644
--- a/features/steps/shared/paths.rb
+++ b/features/steps/shared/paths.rb
@@ -200,10 +200,6 @@ module SharedPaths
visit edit_project_path(@project)
end
- step "I visit my project's files page" do
- visit project_tree_path(@project, root_ref)
- end
-
step 'I visit a binary file in the repo' do
visit project_blob_path(@project,
File.join(root_ref, 'files/images/logo-black.png'))