Everyone Using Rspec Autotest?

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/

On 3.5.2008, at 22.18, Andrew B. wrote:

I haven’t been spec’ing lately, but been hopping back on and adding
autotest.
However I get an error:

Parked at Loopia

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 L.

http://www.railsecommerce.com
http://odesign.fi

I will, once I resolve the error.

On May 3, 2008, at 3:18 PM, Andrew B. wrote:

c a l d e r s p h e r e . n e t

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

Scott

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

Thanks Scott that fixed it.
Forgot to do the obvious.

I am and I will