Copy reference from rspec file is now missing spec/
已回答
Previously when copying a reference from a spec file, say "spec/requests/hello_spec.rb" it was copying spec/requests/hello_spec.rb:123
But now since this new version 2023.1, it is now copying requests/hello_spec.rb:123
which does not work with:
rspec requests/hello_spec.rb:123
Is it a regression?
Thanks!
请先登录再写评论。
Hello Martin,
That appears to be a known issue so could you please take a look at the following comment:
https://youtrack.jetbrains.com/issue/IDEA-316752/Incorrect-copy-of-Path#focus=Comments-27-7065328.0-0
yep it looks like the same issue. Hope it will be fixed in the next release.
thanks