COMMIT Add spec for Proc subclass that does not 'super' in 'initialize' (JRUBY-5261) http://github.com/rubyspec/rubyspec/commit/afa5b0be445f17e719ce72b1e7bb170ea841c0b5 =================================================================== +++ 20110101T004449Z @@ 17451 @@ 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 @@ 37064 @@ Finished in seconds +3286 files, 13695 examples, expectations, 72 failures, 54 errors exit 1 failed(rubyspec) == end #