Hi all, 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?
David Chelimsky
2009-May-22 18:59 UTC
[rspec-users] Latest cucumber 0.3.6 + rspec >1.2.2 broken?
On Fri, May 22, 2009 at 8:26 AM, Ari <aepstein607 at gmail.com> wrote:> Hi all, > > 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?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.
aslak hellesoy
2009-May-22 19:26 UTC
[rspec-users] Latest cucumber 0.3.6 + rspec >1.2.2 broken?
> Hi all, > > 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 beThe actual command, error message and stacktrace would be helpful.> anything in the history regarding the removal/deprecation of this > method -- is this a bug in rspec, bug in cucumber, both, or neither? > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >