Re: [rspec-users] spec_server requiring absolute paths (and autotest breaking)

2008-02-20 Thread Jarkko Laine
On 21.2.2008, at 4.14, Scott Taylor wrote: On Feb 20, 2008, at 1:52 AM, Jarkko Laine wrote: On 20.2.2008, at 6.55, Scott Taylor wrote: That said, now that autotest runs via drb, it's vastly (like 50%) slower than without it, That's the idea. Isn't the idea that specs run faster through

Re: [rspec-users] spec_server requiring absolute paths (and autotest breaking)

2008-02-20 Thread Scott Taylor
On Feb 20, 2008, at 1:52 AM, Jarkko Laine wrote: > On 20.2.2008, at 6.55, Scott Taylor wrote: >>> That said, now that autotest runs via drb, it's vastly (like 50%) >>> slower than without it, >> >> That's the idea. > > Isn't the idea that specs run faster through drb, rather than > slower? Howe

Re: [rspec-users] spec_server requiring absolute paths (and autotest breaking)

2008-02-19 Thread Jarkko Laine
On 20.2.2008, at 6.55, Scott Taylor wrote: That said, now that autotest runs via drb, it's vastly (like 50%) slower than without it, That's the idea. Isn't the idea that specs run faster through drb, rather than slower? However, in general my specs seem to take a lot longer when run throu

Re: [rspec-users] spec_server requiring absolute paths (and autotest breaking)

2008-02-19 Thread Scott Taylor
On Feb 19, 2008, at 12:08 PM, Jarkko Laine wrote: > On 19.2.2008, at 17.57, David Chelimsky wrote: >> Did this just start happening for you? If so, it could be the patch I >> applied in r3310. Would you mind checking out 3309 and seeing if you >> still have this problem? > > > Ok, found out the r

Re: [rspec-users] spec_server requiring absolute paths (and autotest breaking)

2008-02-19 Thread David Chelimsky
On Feb 19, 2008 12:08 PM, Jarkko Laine <[EMAIL PROTECTED]> wrote: > On 19.2.2008, at 17.57, David Chelimsky wrote: > > Did this just start happening for you? If so, it could be the patch I > > applied in r3310. Would you mind checking out 3309 and seeing if you > > still have this problem? > > > Ok

Re: [rspec-users] spec_server requiring absolute paths (and autotest breaking)

2008-02-19 Thread Jarkko Laine
On 19.2.2008, at 17.57, David Chelimsky wrote: Did this just start happening for you? If so, it could be the patch I applied in r3310. Would you mind checking out 3309 and seeing if you still have this problem? Ok, found out the reason. I started spec_server from within the script directory

Re: [rspec-users] spec_server requiring absolute paths (and autotest breaking)

2008-02-19 Thread Jarkko Laine
On 19.2.2008, at 17.57, David Chelimsky wrote: Did this just start happening for you? If so, it could be the patch I applied in r3310. Would you mind checking out 3309 and seeing if you still have this problem? That's it. However, with 3309 it seems that autotest doesn't really run through dr

Re: [rspec-users] spec_server requiring absolute paths (and autotest breaking)

2008-02-19 Thread David Chelimsky
On Feb 19, 2008 10:42 AM, Jarkko Laine <[EMAIL PROTECTED]> wrote: > rspec and rspec_on_rails rev 3316, ZenTest 3.9.1 > > When run through spec_server, running spec fails if the spec file is > not specified with an absolute path: > > Probutanol:koulutusweb jarkko$ script/spec --options spec/spec.opt

[rspec-users] spec_server requiring absolute paths (and autotest breaking)

2008-02-19 Thread Jarkko Laine
rspec and rspec_on_rails rev 3316, ZenTest 3.9.1 When run through spec_server, running spec fails if the spec file is not specified with an absolute path: Probutanol:koulutusweb jarkko$ script/spec --options spec/spec.opts `pwd`/spec/models/address_spec.rb .. Finished in 0.166251 seco