summaryrefslogtreecommitdiff
path: root/spec/ruby/core/thread/terminate_spec.rb
blob: cf6cab472b33ea7ab3c6d17e9708f0f820f138a3 (plain)
1
2
3
4
5
6
7
require_relative '../../spec_helper'
require_relative 'fixtures/classes'
require_relative 'shared/exit'

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