Fix badge test
This commit is contained in:
parent
6445cec718
commit
dccdc9fd78
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ class Spinach::Features::ProjectBadgesBuild < Spinach::FeatureSteps
|
|||
include RepoHelpers
|
||||
|
||||
step 'I display builds badge for a master branch' do
|
||||
visit settings_namespace_project_builds_path(@project.namespace, @project, ref: :master, format: :svg)
|
||||
visit build_namespace_project_badges_path(@project.namespace, @project, ref: :master, format: :svg)
|
||||
end
|
||||
|
||||
step 'I should see a build success badge' do
|
||||
|
|
Loading…
Reference in a new issue