Hello,
I'm trying to run my Rspec tests from within IntelliJ.
This is not a Ruby on Rails project, but a base Ruby project with Sinatra. I am using bundler however to manage the gems I use.
The structure is pretty similar to a RoR project to make it easier on using gems such as Rspec and Cucumber.
However when I try to run the Rspec tests, I receive the following error:
Error running base_talker_spec:
RSpec support is disabled because 'rspec-rails' gem or RSpec Rails plugin are missing. Install and activate gem at first.
Why do I need this gem suddenly? It was working fine in Rubymine, but since upgrading to IntelliJ with the plugin, alot of things are working totally different.