Skip to content

Commit

Permalink
Fix title for lineno check of Thread::Backtrace::Location
Browse files Browse the repository at this point in the history
  • Loading branch information
herwinw authored and eregon committed Jan 3, 2024
1 parent 555b3cc commit b8a30d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/thread/backtrace/location/lineno_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
@line = __LINE__ - 1
end

it 'returns the absolute path of the call frame' do
it 'returns the line number of the call frame' do
@frame.lineno.should == @line
end

Expand Down

0 comments on commit b8a30d4

Please sign in to comment.