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>2017-10-19 15:18:42 +0300
committerDouwe Maan <douwe@gitlab.com>2017-10-19 15:18:42 +0300
commit228bbb3af03f386b26cedd336ad5d95b0da91508 (patch)
tree7a3b78bd7558b34c409a7d0dec74ac2fed51331c /features/steps
parentac782f562dbd9adba42f5ee1d2c3c997f75a95b9 (diff)
parentada114065f332bb7d4add3156dd177eaf6662aaa (diff)
Merge branch 'not-found-in-commits' into 'master'
Renders 404 in commits controller if no commits are found Closes #37620 See merge request gitlab-org/gitlab-ce!14610
Diffstat (limited to 'features/steps')
-rw-r--r--features/steps/shared/paths.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/shared/paths.rb b/features/steps/shared/paths.rb
index dc0e3ac59a5..bff0d58aaf4 100644
--- a/features/steps/shared/paths.rb
+++ b/features/steps/shared/paths.rb
@@ -222,7 +222,7 @@ module SharedPaths
end
step "I visit my project's commits page for a specific path" do
- visit project_commits_path(@project, root_ref + "/app/models/project.rb", { limit: 5 })
+ visit project_commits_path(@project, root_ref + "/files/ruby/regex.rb", { limit: 5 })
end
step 'I visit my project\'s commits stats page' do