It would be great if all the tests could be rewritten with RSpec
crazyoptimist opened this issue · 1 comments
crazyoptimist commented
Title explains.
madeindjs commented
I choose Minutest over Rspec because Minitest is shipped in Rails so it not require any configuration to add parallel testing, fixtures, functional tests, etc...
I know that all of that can be achieve with Rspec but it require extra work to setup. Also I do think this is good for newbies.