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

added how to run the test suite to README

This commit is contained in:
Max Wilhelm 2015-12-03 17:56:34 +01:00
parent 1cc05f5b1b
commit e7a41f2ad5

View File

@ -147,3 +147,12 @@ Testing on other platforms has been light and cannot be guaranteed.
## Development
### Running the test suite
To run the tests install the ruby dependencies with `bundler` and execute
`rake`:
```
bundle install --path vendor/bundle
bundle exec rake
```