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?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I learned Ruby using Ruby koans, and they are an awesome way to learn Ruby with TDD. But never ignore RSPEC.
This covers Rails, but the idea is same. TDD.