(defn rewrite-=> [fn form] (let [c (count form)] `(should (= (~fn ~@(apply vector (take (- c 2) form))) ~(last form)))))
Comments top
No comments for rewrite-=>. Log in to add a comment.