Raynes / fs

File system utilities for Clojure.
453 stars 119 forks source link

core_test: added :in-any-order flag to walk tests #25

Closed logosity closed 12 years ago

logosity commented 12 years ago

This is a change to the test file only; The walk tests were failing for me, and the reason appears to be that vectorization of the item under test can result in a different ordering; adding the midje flag :in-any-order fixed the problem.