is there a way to use code to set the midje fact description?
i want something like (fact (str "about " i) ...)
(fact (str "about " i) ...)
Found it:
(fact {:midje/description (str "about " i} ...)