On Jul 27, 11:59 am, debadatta <debadattaprad...@gmail.com> 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 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. Please help,

The theory is quite simple: instead of writing some code and then a
test to exercise, write a test first (that sets out what you are
trying to achieve) and then write the code for it. That flip in
mindset is somewhat independent to the actual tool use use to write
your tests (although some encourage it more than others)

Fred
>
> Thanks
> deb

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to