Ruby Forum RSpec > Everyone Using Rspec Autotest?

Posted by Andrew Brown (omenking)
on 03.05.2008 21:19
(Received via mailing list)
I haven't been spec'ing lately, but been hopping back on and adding
autotest.
However I get an error:

http://pastie.caboo.se/177538/wrap

I also noticed a post by Scott and there was mention of rspec_autotest.
Is this is what everyone is using?

http://svn.caldersphere.net/svn/main/plugins/rspec_autotest/
Posted by Jarkko Laine (jarkko)
on 03.05.2008 21:34
(Received via mailing list)
On 3.5.2008, at 22.18, Andrew Brown wrote:

> I haven't been spec'ing lately, but been hopping back on and adding  
> autotest.
> However I get an error:
>
> http://pastie.caboo.se/177538/wrap
>
> I also noticed a post by Scott and there was mention of  
> rspec_autotest.
> Is this is what everyone is using?

I'm just using the one that comes with ZenTest. No need for anything
else, just run 'autotest' in the root of your Rails app.

//jarkko

--
Jarkko Laine
http://jlaine.net
http://dotherightthing.com
http://www.railsecommerce.com
http://odesign.fi
Posted by Andrew Brown (omenking)
on 03.05.2008 21:40
(Received via mailing list)
I will, once I resolve the error.
Posted by Scott Taylor (Guest)
on 03.05.2008 22:44
(Received via mailing list)
On May 3, 2008, at 3:18 PM, Andrew Brown wrote:

> http://svn.caldersphere.net/svn/main/plugins/rspec_autotest/
>

Update your gems - use Zentest 3.9.2. (3.9.1 might work too, but 3.8.x
doesn't)

Scott
Posted by Andrew Brown (omenking)
on 03.05.2008 23:07
(Received via mailing list)
Thanks Scott that fixed it.
Forgot to do the obvious.
Posted by Matt Berther (Guest)
on 04.05.2008 18:32
(Received via mailing list)
Hi Andrew,

I've been using rspactor (the command line version) and really prefer
it to autotest. If you're using a Mac, you may want to look at this.

--
Matt Berther
http://www.mattberther.com
Posted by Andrew Brown (omenking)
on 04.05.2008 18:40
(Received via mailing list)
I am and I will