Files
grecia/spec/models/legislation
Javi Martín fd1325768f Check exact array contents instead of inclusion
We're using `eq` and `match_array` in most places, but there were a few
places where we were still checking each element is included in the
array. This is a bit dangerous, because the array could have duplicate
elements, and we wouldn't detect them with `include`.
2019-09-29 23:57:35 +02:00
..
2019-09-10 20:02:15 +02:00
2019-09-10 21:04:56 +02:00