mirror of
https://github.com/krislamo/puppet-fluentd
synced 2025-10-02 15:49:28 +00:00
added how to run the test suite to README
This commit is contained in:
@@ -147,3 +147,12 @@ Testing on other platforms has been light and cannot be guaranteed.
|
|||||||
|
|
||||||
## Development
|
## 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
|
||||||
|
```
|
||||||
|
Reference in New Issue
Block a user