jashkenas / ruby-processing

Code as Art, Art as Code. Processing and Ruby are meant for each other.
http://github.com/jashkenas/ruby-processing/wikis
Other
1.28k stars 94 forks source link

MiniTest Error #68

Closed picodegallo closed 11 years ago

picodegallo commented 11 years ago

I'm on OS X.7.5, ruby v 1.9.3. Cloned the repo and raked, but was getting the error:

b:19:in const_missing': uninitialized constant MiniTest::Test (NameError) from test/rp5_test.rb:10:in

'

So, I replaced Minitest::Test in the rp5_test.rb file with Minitest::Unit::TestCase and it ran fine.

monkstone commented 11 years ago

Was that before I re-instated fix see line 8? of current version. Damned annoying they changed api. Further test should request an external minitest which if up to date uses new api.