Hi all, As I am new to rspec, would like to know how to go about learning to write tests in rspec. Regards, Farheen Zahara
How about writing a spec instead of an email :) Bas On 20-Jun-2012, at 5:58 PM, farheen at deeproot.co.in wrote:> Hi all, > > As I am new to rspec, would like to know how to go about learning to write > tests in rspec. > > Regards, > Farheen Zahara > > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users
On Wed, Jun 20, 2012 at 11:58 AM, <farheen at deeproot.co.in> wrote:> As I am new to rspec, would like to know how to go about learning to write > tests in rspec.The most comprehensive resource that I have used is The RSpec Book from the Pragmatic Bookshelf. I found it to be extremely helpful when getting started. http://pragprog.com/book/achbd/the-rspec-book /katrina