diff options
author | Guilherme Vieira <guilherme@flipstudio.net> | 2017-10-01 11:54:12 -0300 |
---|---|---|
committer | Guilherme Vieira <guilherme@flipstudio.net> | 2017-10-18 23:41:00 -0200 |
commit | ada114065f332bb7d4add3156dd177eaf6662aaa (patch) | |
tree | 5d29b75e920de22a3e07048808734ad526a1f8dd /features | |
parent | 6c33fb846683ca9213dadaa79b0f32f482ebc0bf (diff) | |
download | gitlab-ce-ada114065f332bb7d4add3156dd177eaf6662aaa.tar.gz |
Renders 404 in commits controller if no commits are found
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 be69a96c3ee..398e0a1b06c 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 |