Hi Heitor, I'd say that the RSpec Book by David Chelimsky and co. is a good start in just understanding the concepts behind TDD without Rails. http://pragprog.com/book/achbd/the-rspec-book.
If you're looking for a free resource to learn about TDD within the context of Rails, there's Michael Hartl's Rails Tutorial, which covers creating a microblogging service in Rails and tests it using RSpec and (I think) Capybara as well: http://ruby.railstutorial.org/. I wrote a book called Rails 3 in Action which covers creating a basic project management system, using RSpec and Capybara too. You can get early access to the second edition here: http://manning.com/bigg2. Welcome to the group :) On Thursday, 16 August 2012 at 8:36 AM, Heitor Andrade wrote: > Hello! > I'm new on Rails and I developed a simple website with no problems, but I > used to use TDD, and i'm having a lot of trouble to understood how it works > on RoR, I read somethings about cucumber and spork, but I'm looking for some > tutorial or book, someone have anything to indicate to me? > PS: Sorry about my english, I'm studing yet... > > Att, > Heitor Andrade > > -- > You received this message because you are subscribed to the Google Groups > "Ruby or Rails Oceania" group. > To post to this group, send email to [email protected] > (mailto:[email protected]). > To unsubscribe from this group, send email to > [email protected] > (mailto:[email protected]). > For more options, visit this group at > http://groups.google.com/group/rails-oceania?hl=en. -- You received this message because you are subscribed to the Google Groups "Ruby or Rails Oceania" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rails-oceania?hl=en.
