From a94e8a584f2c923ed438c0e616a8acdef70554a8 Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Tue, 24 Sep 2013 10:16:33 +0200 Subject: [PATCH] Add some polish and has2k1 to AUTHORS --- AUTHORS.rst | 1 + CONTRIBUTING.md | 9 +++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/AUTHORS.rst b/AUTHORS.rst index e12a0c9..02ed1d7 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -11,3 +11,4 @@ It is currently maintained by Hynek Schlawack with the generous help of the foll - Joseph Irwin - Steve Losh - Sylvain Soliman +- has2k1 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! -- 2.39.2