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

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