RubyMine not recognizing cucumber features

If RubyMine isn’t recognizing cucumber features, ensure the following:

  1. Cucumber gem is attached to project: RM | Settings | Ruby SDK and Gems | Attach gems.
  2. If you edited *.feature files in early version of RubyMine it may be mapped on Text file. So you should check that *.feature extension is mapped on “Cucumber scenario files” in RM | Settings | File Types | Recognized File Types.

per Roman at JetBrains

You must be logged in to post a comment.