Fork me on GitHub
#midje
<
2021-12-30
>
Henrique Prange20:12:37

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)