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
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