I have to test the code that I have of a small application in Ruby. I wanted to do it automatically with Sonarqube, but I see that Ruby does not support. I installed a plugin for Ruby, but the program remains hung. So now I wanted to try ruby more easily, because I see that a folder has been generated: "test" and it has generated the tests of my controllers and models. Now the question is how can I run these tests? Is there a specific command? And is there another alternative to generate tests in a simple and professional way? Thanks!