midje

2017-11-02T13:04:32.000137Z

is there a way to use code to set the midje fact description?

2017-11-02T13:05:01.000024Z

i want something like (fact (str "about " i) ...)

2017-11-02T13:42:32.000485Z

Found it:

2017-11-02T13:42:58.000581Z

(fact {:midje/description (str "about " i} ...)