From cec2c1c0c7060950f9c4169fd154eedb3b8526f2 Mon Sep 17 00:00:00 2001 From: Max Wilhelm Date: Mon, 7 Dec 2015 11:18:04 +0100 Subject: [PATCH] added running linter to test suite README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index addf21a..830d435 100644 --- a/README.md +++ b/README.md @@ -155,4 +155,5 @@ To run the tests install the ruby dependencies with `bundler` and execute ``` bundle install --path vendor/bundle bundle exec rake spec +bundle exec rake lint ```