Ruby relies heavily on TDD and BDD, due to its (former) lac…

Twetch ·

Ruby relies heavily on TDD and BDD, due to its (former) lack of type-safetyness.

Testing in Ruby is quite a pleasant experience, and its easy to get going - either with unit tests, or functional/integration tests using a tool like Capybara.