X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/4091a001cdc95183da133449f361b7d4b0832dd9..47ab0458c0c8f005777b92fccd4008d26bd0d0af:/CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 115311b..74fe90d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,11 +9,12 @@ Please: - Write [good commit messages]. - Ideally, [squash] your commits, i.e. make your pull requests just one commit. -About the tests: +## Running Tests -- They written in ruby using [vimrunner] which requires [rspec] -- Add the tests to `spec/indent/indent_spec.rb`. Look at the `describe` blocks to get the hang of it. -- Run the tests with the command `rspec spec/` +- They are written in ruby (sorry :() using [vimrunner] which requires [rspec] +- The tests go into `spec/indent/indent_spec.rb`. + Look at the `describe` blocks to get the hang of it. +- Run the tests with the command `rspec spec` Thank you for considering to contribute!