ruby on rails - Minitest and Test::Unit -
due of discussion in open source community regarding tdd, have read blogs simplicity of minitest. use rspec , think minitest may testing suite learn. feel silly asking this, minitest same test::unit? looked around online can't find answer question. want ensure when talk this, @ least ask question correctly. real question this:
is minitest same test::unit, or test::unit component of minitest? if neither of options, 2 totally different testing suites?
basically, test::unit got replaced minitest (which ships ruby now). minitest tests can written in test::unit syntax or in minitest::spec syntax. mini::test, standalone, doesn't have future... minitest faster, smaller, included default, , has great future and, imho, should make switch! although lacking in documentation, have found. part, can use test::unit documentation using minitest.
Comments
Post a Comment