X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/18003a2fe16f1527a12d91a700a686ec9843f309..892b87df5aa0619f33dbc2289230ff15dcd2f1b8:/CONTRIBUTING.rst diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 8e1fc2f..2c59e41 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -20,6 +20,14 @@ Running Tests - Run the tests with the command:: $ rspec spec +- Alternatively you can use Docker:: + + $ make test_docker + +- You can select tests based on line numbers, e.g.:: + + $ rspec ./spec/indent/indent_spec.rb:385 + $ make test_docker RSPEC_ARGS=./spec/indent/indent_spec.rb:385 Thank you for considering to contribute!