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
Check out Buster.JS. Created by Christian Johansen, who literally wrote the book on javascript testing.
Buster supports both TDD and BDD. It does browser testing with browser automation (think JsTestDriver), QUnit style static HTML page testing, testing in headless browsers (PhantomJS, jsdom), and more.