mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
1346e39ce6
from terminate_spec.rb, as suggested here:
c7220bd3de (commitcomment-31068714)
to guard other inclusions.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65392 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
7 lines
183 B
Ruby
7 lines
183 B
Ruby
require_relative '../../spec_helper'
|
|
require_relative 'fixtures/classes'
|
|
require_relative 'shared/exit'
|
|
|
|
describe "Thread#terminate" do
|
|
it_behaves_like :thread_exit, :terminate
|
|
end
|