OlderDiff < 20101231T001225Z < ThisDiff > 20101231T235922Z > NewerDiff
COMMIT Add spec for Proc subclass that does not 'super' in 'initialize' (JRUBY-5261) =================================================================== +++ 20101231T235922Z @@ 18860 @@ Proc.new with an associated block called on a subclass of Proc using a reified block parameter - returns an instance of the subclass +Proc.new with an associated block called on a subclass of Proc that does not 'super' in 'initialize' +- still constructs a functional proc Proc.new without a block - raises an ArgumentError @@ 38671 @@ Finished in <t> seconds +3286 files, 13694 examples, <num> expectations, 73 failures, 59 errors exit 1 failed(rubyspec) == end # <time> =================================================================== --- 20101231T001225Z @@ 38668 @@ Finished in <t> seconds -3286 files, 13693 examples, <num> expectations, 73 failures, 59 errors exit 1 failed(rubyspec) == end # <time>
OlderDiff < 20101231T001225Z < ThisDiff > 20101231T235922Z > NewerDiff