Code completion not finding RSpec matchers
I'm finding that RubyMine is unable to do code completion on RSpec matchers.
In the code below, RubyMine is able to code complete "should", but not "be_an_instance_of" matcher. This is the same for any matcher, despite RSpec being required and included. Seems that this used to work, and now it doesn't. This clearly works on "BDD with RSpec in RubyMine" video, so at least it's known to work.
Hopefully I'm doing something obviously wrong?
This is on:
RubyMine 3.2.4
RSpec 2.8.0
OS X 10.6.x and 10.7.x
Please sign in to leave a comment.
Hellp Aki,
could you please check if that's still an issue with the RubyMine 4 Beta?
Dennis, I just tried the exact same project/code using トウヒ RM-112.477 and code completion works beautifully.

So I think I'll just go ahead and make the move to RubyMine4 beta now. Will be looking forward to the GA release.