Commit dccdc9fd authored by Annabel Dunstone's avatar Annabel Dunstone

Fix badge test

parent 6445cec7
...@@ -5,7 +5,7 @@ class Spinach::Features::ProjectBadgesBuild < Spinach::FeatureSteps ...@@ -5,7 +5,7 @@ class Spinach::Features::ProjectBadgesBuild < Spinach::FeatureSteps
include RepoHelpers include RepoHelpers
step 'I display builds badge for a master branch' do 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 end
step 'I should see a build success badge' do step 'I should see a build success badge' do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment