aboutsummaryrefslogtreecommitdiffstats
path: root/spec/rubyspec/core/thread/terminate_spec.rb
blob: bb89d87762d7977f10c4c6e8d79a079d6add676f (plain)
1
2
3
4
5
6
7
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../fixtures/classes', __FILE__)
require File.expand_path('../shared/exit', __FILE__)

describe "Thread#terminate" do
  it_behaves_like :thread_exit, :terminate
end