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…
On Mon, Jun 3, 2013 at 11:32 AM, haxuan lac [email protected]
wrote:
I try to search some Link in Internet but I want somebody can give me
instruction about Rspec and TDD.
http://catb.org/~esr/faqs/smart-questions.html
–
Dave A., the T. Rex of Codosaurus LLC,
secret-cleared freelance software developer
available for contracts or temp employment.
See information at http://www.Codosaur.us/.
I found this to be pretty helpful.
On Mon, Jun 3, 2013 at 8:40 AM, Dave A. <
those screencasts are extremely helpful to get me started with TDD.
Hope it helps.
Alex
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 L.
[email protected]
http://cassianoleal.com/
http://twitter.com/cassianoleal
haxuan lac [email protected] wrote:
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.
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.
On 3 June 2013 16:32, haxuan lac [email protected] wrote:
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