Intellij with Ruby - Appium functions are not recognised and steps are always undifined

Hello,

Im trying to get Appium + ruby + cucumber working with Intellij IDE, however im finding some trouble to get everything running correctly.
First of all, all appium-ruby functions are not recognised. Besides that, when i run my feature the steps are always marked as undefined. However i have the steps_definition folder under features folder and android_steps file. When i use the shortcut on the feature to go to the matching step everything works correctly and im redirected to the correct rb file with my steps. But when running it always give me the Undifined Step information.

Can you help me on this?

Thanks
Miriam

I recommend starting with the working cucumber examples and then figuring out what you’re doing wrong.