Co-authored-by: Benoit Daloze <eregontp@gmail.com>
This commit is contained in:
Jeremy Evans 2022-02-08 08:51:55 -08:00
Родитель 750e18594b
Коммит d8dfabbfe6
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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