BigW Consortium Gitlab

Commit 8619208b by James Lopez

fix other spec failures

parent 6fdde5fa
......@@ -32,7 +32,7 @@ module MilestonesHelper
end
def milestone_issues_by_label_count(milestone, label, state:)
milestone.issues.with_label(label.title).send(state).size
milestone.issues.with_label([label.title]).send(state).size
end
def milestone_progress_bar(milestone)
......
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