function | since v0.0-2496 | ![]() | Edit |
(join-fixtures fixtures)
Composes a collection of fixtures, in order. Always returns a valid fixture function, even if the collection is empty. NOTE: Incompatible with map fixtures.
(defn join-fixtures
[fixtures]
(reduce compose-fixtures default-fixture fixtures))