branch: externals/ruby-end commit cf773a870276a1646a37b25e8ab8abc4c08d927c Author: Johan Andersson <johan.rej...@gmail.com> Commit: Johan Andersson <johan.rej...@gmail.com>
Update README. --- README.markdown | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/README.markdown b/README.markdown index e7a402ad1a..c1658d7184 100644 --- a/README.markdown +++ b/README.markdown @@ -18,16 +18,15 @@ and then `SPC`. For more information, see comments in `ruby-end.el`. ## Contribution -Contribution is much welcome! Ruby end is tested using -[Ecukes](http://ecukes.info). When Adding new features, please write -tests for them! +Contribution is much welcome! Ruby end is tested using [Ecukes](http://ecukes.info). When +adding new features, please write tests for them! -To fetch Ecukes: +Install [carton](https://github.com/rejeep/carton) if you haven't +already, then: $ cd /path/to/ruby-end - $ git submodule init - $ git submodule update - -Run the tests with: + $ carton - $ ./util/ecukes/ecukes features +Run all tests with: + + $ make