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:
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
>
> _
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
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 -
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
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/