aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/core/thread/to_s_spec.rb
blob: cb182a017ff257c1d0add2bf156c76a2d5ecfac8 (plain)
1
2
3
4
5
6
require_relative '../../spec_helper'
require_relative 'shared/to_s'

describe "Thread#to_s" do
  it_behaves_like :thread_to_s, :to_s
end