It looks like the following line was removed from “/lib/spec/
expectations.rb” on April 11:
attr_accessor :differ
When I try to use cucumber (version 0.3.6), it tries to
call ::Spec:Expectations.differ= and fails. There does not seem to be
anything in the history regarding the removal/deprecation of this
method – is this a bug in rspec, bug in cucumber, both, or neither?
method – is this a bug in rspec, bug in cucumber, both, or neither?
Depends on your viewpoint
Regardless of whose bug it is, this was fixed in the cucumber release
that followed the rspec release that broke cucumber (follow all that?)
So if it’s recurred it sounds like a regression in cucumber.