Re: [rspec-users] various results from same test

2009-04-14 Thread Jeremiah Heller
On 14 Apr 2009, at 05:41, aslak hellesoy wrote: crud_admins.feature; just has a single step: Scenario: Create an admin user Given I can see the form to create an admin user crud_admins_steps.rb; just has a single step-def: Given "I can see the form to $action a(n)? $control

Re: [rspec-users] various results from same test

2009-04-14 Thread aslak hellesoy
On Tue, Apr 14, 2009 at 1:32 PM, Jeremiah Heller wrote: > Hi, > > I've read on the 'Cucumber Backgrounder' page that running cuc via rake, > command line and autotest could give different results but I seem to get > different results depending on the path I pass cucumber and am not sure > what's g

[rspec-users] various results from same test

2009-04-14 Thread Jeremiah Heller
Hi, I've read on the 'Cucumber Backgrounder' page that running cuc via rake, command line and autotest could give different results but I seem to get different results depending on the path I pass cucumber and am not sure what's going on. I would be grateful for any help or insight. The