summaryrefslogtreecommitdiff
path: root/features/steps/shared/paths.rb
diff options
context:
space:
mode:
authorJeroen Nijhof <jeroen@jeroennijhof.nl>2016-01-07 13:58:19 +0100
committerJeroen Nijhof <jeroen@jeroennijhof.nl>2016-01-07 13:58:19 +0100
commit1695063d15498ce41d3e3f62b7ec88effb9e1eca (patch)
tree5e3fd6d580c58d942f844273daae934d5f54001f /features/steps/shared/paths.rb
parentbde76f62fc2bd259dcc37ca649a01a84035ddcd9 (diff)
parent3b04268f6825776e12d3a7766eeb059f892765f3 (diff)
downloadgitlab-ce-1695063d15498ce41d3e3f62b7ec88effb9e1eca.tar.gz
Merge gitlab.com:gitlab-org/gitlab-ce
Diffstat (limited to 'features/steps/shared/paths.rb')
-rw-r--r--features/steps/shared/paths.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/features/steps/shared/paths.rb b/features/steps/shared/paths.rb
index b33bd332655..4264c9c6f1a 100644
--- a/features/steps/shared/paths.rb
+++ b/features/steps/shared/paths.rb
@@ -259,6 +259,10 @@ module SharedPaths
visit namespace_project_deploy_keys_path(@project.namespace, @project)
end
+ step 'I visit project find file page' do
+ visit namespace_project_find_file_path(@project.namespace, @project, root_ref)
+ end
+
# ----------------------------------------
# "Shop" Project
# ----------------------------------------