minitest, test::unit, and rails

前端 未结 2 694
北海茫月
北海茫月 2021-01-07 17:03

I read somewhere that \'minitest\' is the \"new test::unit for ruby 1.9.2+\".

But ruby 1.9.3 seems to include both test::unit and minitest, is tha

2条回答
  •  -上瘾入骨i
    2021-01-07 17:20

    This is perhaps a bit of a tangential response, but as to your rspec comment... You might want to take a look at minitest/spec which provides spec flavor syntax in stdlib in 1.9.x.

    http://bfts.rubyforge.org/minitest/MiniTest/Spec.html

提交回复
热议问题