Hi I'm doing with Test in Rails with Rspec and TDD I try to search some Link in Internet but I want somebody can give me instruction about Rspec and TDD. Thanks...
I found this to be pretty helpful.
http://everydayrails.com/2012/03/12/testing-series-intro.html
Hi I'm doing with Test in Rails with Rspec and TDD I try to search some Link in Internet but I want somebody can give me instruction about Rspec and TDD.
railstutorial.org (which is free to use online) uses rspec and tdd I believe.
Colin
I highly recommend the codeschool [0] courses. They are easy and simple to follow, and will arm you with a great deal of knowledge and practice on Rails, Rspec and TDD.
[0] http://www.codeschool.com/paths/ruby
Cassiano Leal
The RSpec book actually covers this quite well, after introducint T/BDD, Cucumber and RSpec, the back part is all about testing Rails applications with Capybara thrown into the mix.