1
0
mirror of https://github.com/krislamo/puppet-fluentd synced 2024-09-19 20:20:35 +00:00

added running linter to test suite README

This commit is contained in:
Max Wilhelm 2015-12-07 11:18:04 +01:00
parent 922914c32b
commit cec2c1c0c7

View File

@ -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
```