Fix badge test

This commit is contained in:
Annabel Dunstone 2016-07-14 18:33:36 -05:00
parent 6445cec718
commit dccdc9fd78

View file

@ -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