lostisland / hurley

DEAD project, don't use
MIT License
177 stars 21 forks source link

Fix minitest #9

Closed technoweenie closed 9 years ago

technoweenie commented 9 years ago

Trying to fix this in travis builds: uninitialized constant MiniTest::Test (NameError). Odd that it happens only on ruby 1.9.2, despite using the same minitest gem. It's apparently falling back to stdlib.

technoweenie commented 9 years ago

Dropping 1.9.2 support. Feel free to open a PR if you want to add support.