You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 30, 2024. It is now read-only.
When filtering, do not consider declaration lines from other files.
Before this, our logic for line number filtering asked `RSpec.world`
for the preceding declaration line of a particular line number,
*without* passing it a file name, which meant that it looked at
the declaration line numbers from _all_ files. This was prone to
producing weird filtering behavior.
Fixes#2136.
0 commit comments