What is used for BDD and TDD with node.js?
I\'m used to use Cucumber + RSpec. What\'s a good combo for node.js?
thanks
There is the 'Vows' project for BDD on Node http://vowsjs.org, looks pretty nice. It's a bit different from RSpec/Cucumber, but it's pretty fun