Re: [rspec-users] New to rspec

2012-06-20 Thread Katrina Owen
On Wed, Jun 20, 2012 at 11:58 AM, 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:

Re: [rspec-users] New to rspec

2012-06-20 Thread Bas Vodde
How about writing a spec instead of an email :) Bas On 20-Jun-2012, at 5:58 PM, farh...@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] New to rspec

2012-06-20 Thread farheen
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@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users

Re: [rspec-users] new to rspec, error running "rake rspec" on debian/etch

2007-11-14 Thread Scott Taylor
On Nov 13, 2007, at 7:02 PM, David Chelimsky wrote: > On Nov 13, 2007 5:37 PM, Dan Aronson <[EMAIL PROTECTED]> wrote: >> I have the latest version of rspec and rails-rspec installed. > > What specifically did you install? Also what version of rails? Include > revision numbers if you can. Also -

Re: [rspec-users] new to rspec, error running "rake rspec" on debian/etch

2007-11-13 Thread David Chelimsky
On Nov 13, 2007 5:37 PM, Dan Aronson <[EMAIL PROTECTED]> wrote: > I have the latest version of rspec and rails-rspec installed. What specifically did you install? Also what version of rails? Include revision numbers if you can. > I'm using > the debian versions of ruby and rails. On a new projec

[rspec-users] new to rspec, error running "rake rspec" on debian/etch

2007-11-13 Thread Dan Aronson
I have the latest version of rspec and rails-rspec installed. I'm using the debian versions of ruby and rails. On a new project after a generate an "rspec_model" and then try to run "rake spec", I get the following error: [EMAIL PROTECTED]:~/projects/cw/registration$ rake spec (in /home/dan/