Re: [rspec-users] rspec_autotest failing

2007-10-26 Thread Scott Taylor
That's quite outdated. RSpec now comes with it's own autotest plugin (which should use it by default, if you have the rspec gem installed). Scott On Oct 26, 2007, at 1:23 PM, Steve wrote: Is the rspec_autotest plugin mentioned here,

Re: [rspec-users] rspec_autotest failing

2007-10-26 Thread Steve
On Fri, 26 Oct 2007 13:38:09 -0400, Scott Taylor wrote: That's quite outdated. RSpec now comes with it's own autotest plugin (which should use it by default, if you have the rspec gem installed). Scott I'm running from trunk, and don't have the gem installed. How is autotesting enabled?

Re: [rspec-users] rspec_autotest failing

2007-10-26 Thread Steve
On Fri, 26 Oct 2007 18:51:17 +, Steve wrote: On Fri, 26 Oct 2007 13:38:09 -0400, Scott Taylor wrote: That's quite outdated. RSpec now comes with it's own autotest plugin (which should use it by default, if you have the rspec gem installed). Scott I'm running from trunk, and

Re: [rspec-users] rspec_autotest failing

2007-10-26 Thread Scott Taylor
On Oct 26, 2007, at 2:51 PM, Steve wrote: On Fri, 26 Oct 2007 13:38:09 -0400, Scott Taylor wrote: That's quite outdated. RSpec now comes with it's own autotest plugin (which should use it by default, if you have the rspec gem installed). Scott I'm running from trunk, and don't have

Re: [rspec-users] rspec_autotest failing

2007-10-26 Thread Steve
On Fri, 26 Oct 2007 15:01:30 -0400, Josh Knowles wrote: On 10/26/07, Steve [EMAIL PROTECTED] wrote: I'm running from trunk, and don't have the gem installed. How is autotesting enabled? Is it a special switch passed to 'spec' or 'spec_server'? gem install ZenTest cd RAILS_ROOT autotest

Re: [rspec-users] rspec_autotest failing

2007-10-26 Thread David Chelimsky
On 10/26/07, Steve [EMAIL PROTECTED] wrote: On Fri, 26 Oct 2007 15:01:30 -0400, Josh Knowles wrote: On 10/26/07, Steve [EMAIL PROTECTED] wrote: I'm running from trunk, and don't have the gem installed. How is autotesting enabled? Is it a special switch passed to 'spec' or