1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* lib/rake: Update to rake 10.4.2

* test/rake: ditto.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48726 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
hsbt 2014-12-06 00:22:51 +00:00
parent e70210cad6
commit e2bbfaa67c
7 changed files with 47 additions and 34 deletions

View file

@ -457,8 +457,8 @@ class TestRakeApplicationOptions < Rake::TestCase
throw :system_exit, :exit
end
@app.instance_eval do
handle_options
collect_command_line_tasks
args = handle_options
collect_command_line_tasks(args)
end
@tasks = @app.top_level_tasks
@app.options