Any thoughts on using closures for BDD style tests?
Open
nathany
opened this issue 12 years ago
•
0 comments
I imagine it would be possible to do something like Jasmine. The describe/it functions could be imported with . (like Gocheck) and take a string description and a func.
In the Ruby world, MiniTest implements a BDD style API on top of the more typical TDD API. Might be interesting.