Closed technoweenie closed 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.
uninitialized constant MiniTest::Test (NameError)
Dropping 1.9.2 support. Feel free to open a PR if you want to add support.
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.