repo.or.cz
/
ruby.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
[ruby/json] Appease ruby/ruby CI
[ruby.git]
/
spec
/
ruby
/
core
/
thread
/
inspect_spec.rb
blob
bd6e0c31fcc8f0bbc641420110176eb52fa8f081
1
require_relative '../../spec_helper'
2
require_relative 'shared/to_s'
3
4
describe "Thread#inspect" do
5
it_behaves_like :thread_to_s, :inspect
6
end