aboutsummaryrefslogtreecommitdiffstats
path: root/spec/rubyspec/core/thread/terminate_spec.rb
blob: 9ac4a5b6f88e231e0ecca77f5ed67f9076623f8e (plain)
1
2
3
4
5
6
7
8
9
10
11
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

describe "Thread#terminate!" do
  it "needs to be reviewed for spec completeness"
end