spec-converter 0.0.3
Inspired by a link Rob sent to a blog entry on converting Test::Unit to Rspec, I added the ability to convert assertions in spec-converter, as follows:
assert !foowithfoo.should == falseassert foo > 20withfoo.should > 20assert foowithfoo.should == trueassert_equal y, xwithx.should == yassert_false foowithfoo.should == falseassert_nil foowithfoo.should == nilassert_not_nil foowithfoo.should.not == nilassert_true foowithfoo.should == true
Enjoy your conversion. ;)

0 comments:
Post a Comment