COMMIT [Evan Phoenix] Rename language/method => language/send, big cleanup http://github.com/rubyspec/rubyspec/commit/fbd4517bf246cbb412b6a5f9d285551e20bd32c3 COMMIT [Brian Ford] Fixed require 'syck' in YAML specs. http://github.com/rubyspec/rubyspec/commit/bc36789f50bad0dc1cc2d06e908aaec9fc838627 COMMIT [NARUSE, Yui] Follow 1.9.3 DateTime's restriction. http://github.com/rubyspec/rubyspec/commit/8259f9fc1613c42184f0fdc294eb2c4fbdfcb0a7 COMMIT [NARUSE, Yui] Quarantine broken specs. http://github.com/rubyspec/rubyspec/commit/62560060779d7e8b7e94b128bbf99e176834b405 COMMIT [Charles Oliver Nutter] Add a few Kernel#exec and Process.spawn specs to pick up 1.9 env var logic. http://github.com/rubyspec/rubyspec/commit/39fde61589a94ee300c6929326706a196f198df0 =================================================================== +++ 20110622T045629Z @@ 16158 @@ Kernel#exec - is a private method - raises a SystemCallError if cmd cannot execute +- runs the specified command, replacing current process Kernel.exec - needs to be reviewed for spec completeness @@ 38813 @@ Kernel#exec - is a private method - raises a SystemCallError if cmd cannot execute +- runs the specified command, replacing current process Kernel.exec - needs to be reviewed for spec completeness @@ 54975 @@ 1 file, 27 examples, expectations, 1 failure, 0 errors exit 1 failed(rubyspec/language/return_spec.rb) +== rubyspec/language/send_spec.rb #