From ada114065f332bb7d4add3156dd177eaf6662aaa Mon Sep 17 00:00:00 2001 From: Guilherme Vieira Date: Sun, 1 Oct 2017 11:54:12 -0300 Subject: Renders 404 in commits controller if no commits are found --- features/steps/shared/paths.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'features/steps') 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 -- cgit v1.2.3