1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Fix spec description

Co-authored-by: Benoit Daloze <eregontp@gmail.com>
This commit is contained in:
Jeremy Evans 2022-02-08 08:51:55 -08:00
parent 750e18594b
commit d8dfabbfe6
Notes: git 2022-03-30 10:15:02 +09:00

View file

@ -58,7 +58,7 @@ describe 'TracePoint#enable' do
end
ruby_version_is '3.2' do
it 'enables the trace object for any thread' do
it 'enables the trace object only for the current thread' do
threads = []
trace = TracePoint.new(:line) do |tp|
# Runs on purpose on any Thread