[rspec-users] Problems while loading 'spec/stubs/cucumber'

2009-09-15 Thread Rodrigo Flores
Hi I'm reading the rspec book and I'm having problems when I require the file 'spec/stubs/cucumber'. When I go to an IRB prompt and type require 'spec/stubs/cucumber' after requiring another libraries [1] I get the false in 'spec/expectations' and an error in 'spec/stubs/cucumber'. The error messag

[rspec-users] Autospec doing nothing

2010-05-09 Thread Rodrigo Flores
Hi When I run autospec on a rails project I get nothing. flo...@suomi(9:41)~/Code/Sabbre/camisa10 % autospec (Not running features. To run features in autotest, set AUTOFEATURE=true.) (Not running features. To run features in autotest, set AUTOFEATURE=true.) loading autotest/rails_rspec style:

Re: [rspec-users] Autospec doing nothing

2010-05-09 Thread Rodrigo Flores
Ops I searched on the list archive and I found a topic from a month ago about this. My ZenTest version is 4.3.1 My .autotest file is in my ~ and contains only require "autotest/growl" rake spec is running succesfully. On Sun, May 9, 2010 at 09:45, Rodrigo Flores wrote: > Hi &

Re: [rspec-users] Autospec doing nothing

2010-05-28 Thread Rodrigo Flores
I discovered the solution I have to put this on the .autotest file http://pastie.textmate.org/982730 On Sun, May 9, 2010 at 09:56, Rodrigo Flores wrote: > Ops > > I searched on the list archive and I found a topic from a month ago about > this. My ZenTest version is 4.3.1 >