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

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