When using the Ruby plugin with IntelliJ, what "undefined reference" warnings should I expect / tolerate, and what indicates that I don't have something correctly configured?
For example, I get "Can't find" warnings for "require", "File" and "FileUtils". I suspect this indicates a configuration problem.
I also get warnings for RSpec methods such as βdescribe,β βbefore,β βafter,β and βthis.β Should I also configure IntelliJ to βfindβ these?
source share