[rspec-devel] [ rspec-Bugs-9916 ] translator may fail converting boolean expectations
noreply at rubyforge.org
noreply at rubyforge.org
Sat Apr 7 00:50:33 EDT 2007
Bugs item #9916, was opened at 2007-04-06 23:40
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=3149&aid=9916&group_id=797
Category: None
Group: None
>Status: Closed
>Resolution: Rejected
Priority: 3
Submitted By: steve ross (cwd)
Assigned to: Nobody (None)
Summary: translator may fail converting boolean expectations
Initial Comment:
was:
foo.should_be(true)
converted to:
foo.should be(true)
which fails.
Expected:
foo.should ==(true)
----------------------------------------------------------------------
>Comment By: David Chelimsky (dchelimsky)
Date: 2007-04-07 04:50
Message:
I think this is an RSpec bug (related to be(value)), not a translator bug. I've raised http://rubyforge.org/tracker/index.php?func=detail&aid=9921&group_id=797&atid=3149 and am closing this one.
----------------------------------------------------------------------
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=3149&aid=9916&group_id=797
More information about the rspec-devel
mailing list