mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
Zones were intended to be sorted by name. But I guess that the syntax of Ransack changed one day and we didn't notice because the spec was creating entries in the right order already (which often reflects the query result order without parameters). So the spec is fixed to fail if the sorting doesn't happen and Ransack is configured to sort correctly. The previous sort value was ignored.