gitlab-org--gitlab-foss/changelogs/unreleased/blackst0ne-rails5-fix-pipeline-schedules-controller-spec.yml
blackst0ne 2b1153f71a [Rails5] Fix pipeline_schedules_controller_spec
In Rails 5.0 there's a bug [1] in controller tests that doesn't parse
nested parameters correctly.

This commit brings a workaround to make specs work again both in rails4
and rails5.

[1]: https://github.com/rails/rails/issues/23997
2018-06-16 15:26:15 +11:00

5 lines
116 B
YAML

---
title: "[Rails5] Fix pipeline_schedules_controller_spec"
merge_request: 19919
author: "@blackst0ne"
type: fixed