summaryrefslogtreecommitdiff
path: root/spec/ruby/core/thread/run_spec.rb
blob: f86f7934892b1456a0752effb394a8f001c419b5 (plain)
1
2
3
4
5
6
7
8
require_relative '../../spec_helper'
require_relative 'fixtures/classes'

require_relative 'shared/wakeup'

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