Composes a collection of fixtures, in order. Always returns a valid
fixture function, even if the collection is empty.
(defn join-fixtures
"Composes a collection of fixtures, in order. Always returns a valid
fixture function, even if the collection is empty."
{:added "1.1"}
[fixtures]
(reduce compose-fixtures default-fixture fixtures))
Comments top
No comments for join-fixtures. Log in to add a comment.