Hi All, We have a need to redefine 'rake test' in one of our rails apps. I'll spare the reasons for that here, but happy to share if anyone is interested.
There is a code snippet .rake file I found that allowed us to redefine the rake task 'test' without touching the original rails task code, and it worked up to rake 0.7.3, but broke with the latest release of rake 0.8.x The sample rake task is here: http://snippets.dzone.com/posts/show/2031 Using that code now bombs with the following: undefined method `last' for {}:Hash /usr/local/lib/ruby/gems/1.8/gems/rake-0.8.0/lib/rake.rb:1654:in `resolve_args' ... My efforts to track this down have failed (so far). Anybody willing to take a peak at this? Or offer suggestions? Thanks, John P.S. The problem is also mentioned in user comments by other folks in the rake 0.8 release here, so I'm not the only one hitting this: https://rubyforge.org/forum/forum.php?thread_id=20548&forum_id=20061 _______________________________________________ Rake-devel mailing list [email protected] http://rubyforge.org/mailman/listinfo/rake-devel
