aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/core/kernel/system_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Update to ruby/spec@032ee74Benoit Daloze2020-05-031-3/+3
|
* Command failed to run just failsNobuyoshi Nakada2020-05-021-1/+1
| | | | | | The exact exit status value of command failed to run is not a spec, but a platform dependent implementation detail. Just it is not "success".
* Update to ruby/spec@875a09eBenoit Daloze2019-07-271-9/+9
|
* Update to ruby/spec@c1b568beregon2018-03-041-2/+2
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62656 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Update to ruby/spec@83063a3eregon2018-01-291-5/+7
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62094 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* system_spec.rb: add RubySpec for r62025k0kubun2018-01-241-0/+8
| | | | | | NEWS: added an entry for `exception: true` option. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62026 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Move spec/rubyspec to spec/ruby for consistencyeregon2017-09-201-0/+107
* Other ruby implementations use the spec/ruby directory. [Misc #13792] [ruby-core:82287] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59979 b2dd03c8-39d4-4d8f-98ff-823fe69b080e