osteele / cl-spec

BDD for Common Lisp

cl-spec / tests / format.tmpl
100644 5 lines (4 sloc) 0.149 kb
1
2
3
4
5
${one} should = 1
${~A | string} should = content
${~W | string} should = "content"
${~D cat~:P and ~D dog~:P | cats dogs} should = 1 cat and 2 dogs