Minitest vs RSpec?

180 views
Skip to first unread message

Jesse Cooke

unread,
Dec 17, 2010, 7:02:14 PM12/17/10
to pdx...@googlegroups.com
Anybody use Minitest and have an opinion on using it over RSpec? Especially with 1.8.x?

------------------------------------------
Jesse Cooke
N-tier Engineer
http://jc00ke.com

Jerry Hilts

unread,
Dec 17, 2010, 7:04:50 PM12/17/10
to pdx...@googlegroups.com
Minitest can be faster, but I prefer the RSpec style expectations.

Kyle Drake

unread,
Dec 20, 2010, 8:41:51 PM12/20/10
to pdx...@googlegroups.com
I would like to mention Contest, incase you're looking to really make
a run for it: http://blog.citrusbyte.com/2009/05/19/introducing-contest/

I am withholding my very strong opinion of RSpec so as to avoid a
flame war, and possibly a visit from the police.

-Kyle

> --
> You received this message because you are subscribed to the Google Groups
> "pdxruby" group.
> To post to this group, send email to pdx...@googlegroups.com.
> To unsubscribe from this group, send email to
> pdxruby+u...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/pdxruby?hl=en.
>

Simon Chiang

unread,
Dec 21, 2010, 10:39:04 AM12/21/10
to pdxruby
I tried to use MiniTest back when it first came out. I found bugs,
some significant, which took a long time to resolve or haven't been
resolved. The maintainer also made several, IMO, poor design
choices... but then it is his library so he can do what he wants! :)

Here is what I mean:

* bugs in mini/mock (resolved, in just under 2 years) -
http://rubyforge.org/tracker/index.php?func=detail&aid=22838&group_id=1040&atid=4097
* output message reversal (ignored) -
http://rubyforge.org/tracker/index.php?func=detail&aid=28223&group_id=1040&atid=4097
* non-justified output (shot down) - http://redmine.ruby-lang.org/issues/show/1193
* no warning of override on 1.8.6 (?) -
http://rubyforge.org/tracker/index.php?func=detail&aid=23845&group_id=1040&atid=4097
* other stuff (resolved) - http://rubyforge.org/tracker/?func=detail&atid=4097&aid=22274&group_id=1040

Honestly I want to like MiniTest. For the most part it's a really
good rewrite, but issues like these have soured it for me. It's one
of the main reasons why I've put off adopting 1.9.x
Reply all
Reply to author
Forward
0 new messages