Hey guys! Is there a more idiomatic way to write parameterized tests with midje than the following code?
(do-template [x y] (do x => y) (+ 1 1) 2 (* 2 2) 4)