I want to know your recomendations to begin with TDD in Ruby (not Rails), so that's it, I know a little about what TDD is, but I'm looking to which tool to use for this, do you know any tutorial for this?
Asked
Active
Viewed 1,993 times
2 Answers
6
I learned Ruby using Ruby koans, and they are an awesome way to learn Ruby with TDD. But never ignore RSPEC.
- Read this: How to get started on TDD with Ruby on Rails? This covers Rails, but the idea is same. TDD.
-
as I read, is recommendable just start with Unit Test, thank for the answer – forellana Nov 10 '10 at 21:42