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:
parent
750e18594b
commit
d8dfabbfe6
Notes:
git
2022-03-30 10:15:02 +09:00
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue