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

describe "Thread.start" do
  describe "Thread.start" do
    it_behaves_like :thread_start, :start
  end
end