Answer the question
In order to leave comments, you need to log in
How to run rspec tests in a docker container from RubyMine?
Hello.
I'm starting a new project and decided to finally master Docker.
I figured out docker-compose, made images for the application and the database.
But then the question arose of how to run rspec tests. I can, of course, run them via docker-compose run --rm -e "RAILS_ENV=test" app bin/rspec, but I want to use RubyMine, because there is a very convenient interface, the ability to run tests one by one, and so on.
I did not find such an opportunity right off the bat. A Google search didn't turn up anything definitive either.
Thanks
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question