Re: [Rails] How to write codes for TDD

2010-07-27 Thread Juan Pablo Genovese
Buy "The RSpec Book" from Pragmatic. It's outstanding, and will give you extremely useful insight on TDD and BDD. Cheers!! debadatta wrote: Hi all, I am a newbie in rails. I have done some small applications in rails but can't know how to make TDD and BDD in RSpec and other tools. I have

RE: [Rails] How to write codes for TDD

2010-07-27 Thread Adrian Wadey
>Hi all, >I am a newbie in rails. I have done some small applications in >rails but can't know how to make TDD and BDD in RSpec and other >tools. I have tried by reading the rpesc tutorial from rspec.info >website, But can't understand where to start coding and run for Red, >Green behaviour of

[Rails] How to write codes for TDD

2010-07-27 Thread debadatta
Hi all, I am a newbie in rails. I have done some small applications in rails but can't know how to make TDD and BDD in RSpec and other tools. I have tried by reading the rpesc tutorial from rspec.info website, But can't understand where to start coding and run for Red, Green behaviour of code.