Re: [rspec-users] (MissingSourceFile) no such file to load -- spec/expectations/differs/default

2009-04-17 Thread Andre Pretorius
Hi Chuck, Release 0.3.0 does include the fix """ begin require 'spec/runner/differs/default' # RSpec >=1.2.4 rescue ::LoadError require 'spec/expectations/differs/default' # RSpec <=1.2.3 end """ described in http://github.com/aslakhellesoy/cucumber/commit/888b875bc17218fea77021edd059af7be53

Re: [rspec-users] [Cucumber] and rake pass command-line params

2009-02-02 Thread Andre Pretorius
Great advice, I did all the suggestions you made, and... it is GOOD and CLEAN:) Thanks Aslak On Mon, Feb 2, 2009 at 1:58 PM, aslak hellesoy wrote: > On Mon, Feb 2, 2009 at 2:24 PM, AndreXP > wrote: > > > > Hi list, > > > > I might have not asked this correctly in previous post.. and most > defi