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 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 -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2417 bytes Desc: not available URL: <http://rubyforge.org/pipermail/rspec-users/attachments/20080503/8502c7df/attachment.bin>
I will, once I resolve the error. On 3-May-08, at 3:21 PM, Jarkko Laine wrote:> > 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 > > > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users
On May 3, 2008, at 3:18 PM, 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? > > 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
Thanks Scott that fixed it. Forgot to do the obvious. On 3-May-08, at 4:44 PM, Scott Taylor wrote:> > On May 3, 2008, at 3:18 PM, 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? >> >> 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 > > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users
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 On May 3, 2008, at 1:36 PM, Andrew Brown wrote:> I will, once I resolve the error. > > > On 3-May-08, at 3:21 PM, Jarkko Laine wrote: > >> >> 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 >> >> >> _______________________________________________ >> rspec-users mailing list >> rspec-users at rubyforge.org >> http://rubyforge.org/mailman/listinfo/rspec-users > > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users