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
use general file resolution for test files as well
the special-purpose file resolution method for test/spec files was failing
with namespaced test files (ex. User model attributes would annotate both
test/unit/user_test.rb as well as test/unit/foo/user_test.rb, instead of
only the former)
0 commit comments