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
@ -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…
x
Reference in New Issue
Block a user