1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59911 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
eregon 2017-09-14 15:56:33 +00:00
parent 938465beb0
commit 6479a0163a
31 changed files with 496 additions and 122 deletions

View file

@ -5,7 +5,3 @@ require File.expand_path('../shared/exit', __FILE__)
describe "Thread#terminate" do
it_behaves_like :thread_exit, :terminate
end
describe "Thread#terminate!" do
it "needs to be reviewed for spec completeness"
end