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
Conventionally, `test/lib` contains helpers or mock objects for tests.
Projects like Rails and Ruby's default libraries all follow this convention.
So this commit renames `test/lib` to `test/ruby_lsp_rails` as the files
in it are in fact tests for the extension.
0 commit comments