cldwalker / hirb

A mini view framework for console/irb that's easy to use, even while under its influence. Console goodies include a no-wrap table, auto-pager, tree and menu.
http://tagaholic.me/hirb/
MIT License
1.65k stars 72 forks source link

explicit require of test/unit (minitest) #60

Closed maxmeyer closed 12 years ago

maxmeyer commented 12 years ago

Fix error "Test::Unit or MiniTest must be loaded before Mocha"

see http://brettlischalk.com/posts/10-test-unit-or-minitest-must-be-loaded-before-mocha see http://gofreerange.com/mocha/docs/

cldwalker commented 12 years ago

I'veI'm not using either of these libraries so the only thing I can do is hold on to an old version of mocha, 2beac6444bbd93d6411b111de77f519993e99b14. See freerange/mocha#88

maxmeyer commented 12 years ago

Ok. changed my other pull request: I deleted the line require test/unit.