X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/0d59a87db539f5bae235798cb00a76671777d9b4..47ab0458c0c8f005777b92fccd4008d26bd0d0af:/CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2321172..74fe90d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,8 +9,17 @@ Please: - Write [good commit messages]. - Ideally, [squash] your commits, i.e. make your pull requests just one commit. +## Running Tests + +- 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! [squash]: http://gitready.com/advanced/2009/02/10/squashing-commits-with-rebase.html [good commit messages]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html +[vimrunner]: https://github.com/AndrewRadev/vimrunner +[rspec]: https://github.com/rspec/rspec