Re: [rspec-users] Disabling cucumber for autotest

2009-05-28 Thread Rick DeNatale
On Thu, May 28, 2009 at 1:31 PM, Ben Lovell wrote: > On Thu, May 28, 2009 at 6:05 PM, Rick DeNatale > wrote: >> >> Now you don't happen to be using the recently released autotest-mac >> gem are you? It does automatically run scenarios, and I'd like to be >> able to control that as well. >> >> Ric

Re: [rspec-users] Disabling cucumber for autotest

2009-05-28 Thread Ben Lovell
On Thu, May 28, 2009 at 6:05 PM, Rick DeNatale wrote: > > Now you don't happen to be using the recently released autotest-mac > gem are you? It does automatically run scenarios, and I'd like to be > able to control that as well. > > Rick DeNatale That's peculiar. I'm not seeing the same behaviou

Re: [rspec-users] Disabling cucumber for autotest

2009-05-28 Thread Rick DeNatale
On Wed, May 27, 2009 at 12:14 PM, Ben Johnson wrote: > Hi, > > For some reason, no matter what, my entire cucumber suite is ran after every > auto test. Is there a way to make auto test ignore cucumber all together? > > Thanks for your help. As Ben Mabey points out this is not normal RSpec behavi

Re: [rspec-users] Disabling cucumber for autotest

2009-05-28 Thread Ben Mabey
Ben Johnson wrote: Hi, For some reason, no matter what, my entire cucumber suite is ran after every auto test. Is there a way to make auto test ignore cucumber all together? Thanks for your help. Hi Ben, The default behaviour is for it to not run the features at all. In fact Cucumber wi