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:
parent
e70210cad6
commit
e2bbfaa67c
7 changed files with 47 additions and 34 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue