- Easy navigation between a class and its test.
- Execute the current test, the current file, or all tests in the project.
- Works with Test::Unit, MiniTest and RSpec.
This extension contributes the following settings:
railsTestAssistant.testCommandPrefix
: Prefix therails test
command to suit your environment. For example, a prefix ofdocker-compose run --rm web
would direct the test command to yourweb
docker container.