diff options
author | Douwe Maan <douwe@gitlab.com> | 2017-10-19 12:18:42 +0000 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2017-10-19 12:18:42 +0000 |
commit | 228bbb3af03f386b26cedd336ad5d95b0da91508 (patch) | |
tree | 7a3b78bd7558b34c409a7d0dec74ac2fed51331c /features | |
parent | ac782f562dbd9adba42f5ee1d2c3c997f75a95b9 (diff) | |
parent | ada114065f332bb7d4add3156dd177eaf6662aaa (diff) | |
download | gitlab-ce-228bbb3af03f386b26cedd336ad5d95b0da91508.tar.gz |
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')
-rw-r--r-- | features/steps/shared/paths.rb | 2 |
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 |