Skip to content
Snippets Groups Projects

bump devfile gem to 0.0.28 patch

Merged Zhaochen Li requested to merge zl/499476-backport-17-5 into 17-5-stable-ee
All threads resolved!
Files
2
@@ -36,7 +36,7 @@
aggregate_failures do
expect(page).to have_content(title)
expect(page).to have_content(desc)
expect(page).to have_content(iteration_period_display(iteration))
expect(page).to have_content(iteration_period_display_with_different_year(iteration))
expect(page).to have_current_path(group_iteration_cadence_iteration_path(group, iteration_cadence_id: cadence.id, id: iteration.id))
end
end
Loading