Rakefile in rest-more-2.0.0 vs Rakefile in rest-more-2.0.2
- old
+ new
@@ -34,10 +34,10 @@
module Gemgem
module_function
def test_rails *rails
rails.each{ |framework|
opts = Rake.application.options
- args = (opts.singleton_methods - [:rakelib, 'rakelib']).map{ |arg|
+ args = (opts.singleton_methods - [:rakelib, :trace_output]).map{ |arg|
if arg.to_s !~ /=$/ && opts.send(arg)
"--#{arg}"
else
''
end