Re: [rspec-users] autospec is not picking latest changes

2009-01-18 Thread Peter Jaros
On Wed, Jan 14, 2009 at 4:28 PM, Fernando Perez wrote: > I am facing a similar problem. Actually what happens, is that when I > edit specs and then save, then autospec detects it and runs the specs, > but when I edit the application's code only, then autospec doesn't run. > Is that a normal behav

Re: [rspec-users] autospec is not picking latest changes

2009-01-14 Thread Fernando Perez
Hi, I am facing a similar problem. Actually what happens, is that when I edit specs and then save, then autospec detects it and runs the specs, but when I edit the application's code only, then autospec doesn't run. Is that a normal behavior because of people fed up of autospec running 10 time

Re: [rspec-users] autospec is not picking latest changes

2008-10-02 Thread Rémi Gagnon
On my side I updated the rspec gem and rspec_rails plugins and now autotest and autospec are not working anymore. autospec does nothing at all and autotest starts but does not execute the specs I'm on windows vista. Rémi Matt Wynne wrote: > try script/autospec instead - I always use that thes

Re: [rspec-users] autospec is not picking latest changes

2008-09-16 Thread Luis Lavena
On Tue, Sep 16, 2008 at 6:05 PM, Mark Wilden <[EMAIL PROTECTED]> wrote: > On Tue, Sep 16, 2008 at 1:45 PM, Luis Lavena <[EMAIL PROTECTED]> wrote: >> >> Only two plugins installed: rspec and rspec-rails :-D > > Sure - I was just suggesting you check that they were the same versions in > both project

Re: [rspec-users] autospec is not picking latest changes

2008-09-16 Thread Mark Wilden
On Tue, Sep 16, 2008 at 1:45 PM, Luis Lavena <[EMAIL PROTECTED]> wrote: > > Only two plugins installed: rspec and rspec-rails :-D > Sure - I was just suggesting you check that they were the same versions in both projects. That would be one way the projects could behave differently with autotest.

Re: [rspec-users] autospec is not picking latest changes

2008-09-16 Thread Luis Lavena
On Tue, Sep 16, 2008 at 5:22 PM, Mark Wilden <[EMAIL PROTECTED]> wrote: > On Tue, Sep 16, 2008 at 12:45 PM, Luis Lavena <[EMAIL PROTECTED]> wrote: >> >> The funny thing is that another Rails 2.1.1 application works without >> problems under the same scenario with both autotest and >> script/autospe

Re: [rspec-users] autospec is not picking latest changes

2008-09-16 Thread Mark Wilden
On Tue, Sep 16, 2008 at 12:45 PM, Luis Lavena <[EMAIL PROTECTED]> wrote: > > The funny thing is that another Rails 2.1.1 application works without > problems under the same scenario with both autotest and > script/autospec. > That sounds like a plugin difference, then. ///ark ___

Re: [rspec-users] autospec is not picking latest changes

2008-09-16 Thread Luis Lavena
On Tue, Sep 16, 2008 at 4:41 PM, Matt Wynne <[EMAIL PROTECTED]> wrote: > try script/autospec instead - I always use that these days. not sure what > the difference is. Thank you for your feedback Matt, Tried both, the same result. The funny thing is that another Rails 2.1.1 application works wit

Re: [rspec-users] autospec is not picking latest changes

2008-09-16 Thread Matt Wynne
try script/autospec instead - I always use that these days. not sure what the difference is. On 16 Sep 2008, at 20:20, Luis Lavena wrote: On Tue, Sep 16, 2008 at 4:18 PM, Luis Lavena <[EMAIL PROTECTED]> wrote: Hey Guys. I just updated a project form 1.1.4 that was working with autotest 3.10

Re: [rspec-users] autospec is not picking latest changes

2008-09-16 Thread Luis Lavena
On Tue, Sep 16, 2008 at 4:18 PM, Luis Lavena <[EMAIL PROTECTED]> wrote: > Hey Guys. > > I just updated a project form 1.1.4 that was working with autotest > 3.10 without issues: > > 1) Updated spec/model/project_spec.rb and it fired only that spec. > 2) Updated app/model/project.rb and it fired onl

[rspec-users] autospec is not picking latest changes

2008-09-16 Thread Luis Lavena
Hey Guys. I just updated a project form 1.1.4 that was working with autotest 3.10 without issues: 1) Updated spec/model/project_spec.rb and it fired only that spec. 2) Updated app/model/project.rb and it fired only the matching spec file. After the update of rspec and rspec-rails as plugins a fe