I am trying to make tests pending in clojure sepclj.
The doc suggest to add pending to the characteristics. How is it supposed to be added ?
The following approaches do not produce the expected behavior:
(it :pending "should ...")
(it "should ..." :pending)
(pending (it "should ..."))
Thanks
Let's start from simple spec:
To make
(it "tests if my-fn returns true" ...)characteristic pending: