summaryrefslogtreecommitdiff
path: root/spec/ruby/core/thread/run_spec.rb
blob: 26ed9ed961274fd86de41260583c98318f5c6b4b (plain)
1
2
3
4
5
6
7
8
9
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../fixtures/classes', __FILE__)

require File.expand_path('../shared/wakeup', __FILE__)

describe "Thread#run" do
  it_behaves_like :thread_wakeup, :run
end