jimweirich / rake

A make-like build utility for Ruby.
http://rake.rubyforge.org/
1.1k stars 10 forks source link

Ruby 2.0.0-p353 + rake test = fail #258

Closed NathanZook closed 10 years ago

NathanZook commented 10 years ago

rake-10.1.1/lib/rake/runtest.rb line 12 expects the current working directory to effectively be in the load path. Presumably, this used to work.

Related to #244.

drbrain commented 10 years ago

How do I reproduce this?

drbrain commented 10 years ago

After reviewing #244 the best way to create a test task is using Rake::TestTask not Rake.run_tests. I will reject this issue along with #244.