mirror of
https://github.com/krislamo/puppet-fluentd
synced 2024-11-13 21:50:34 +00:00
added how to run the test suite to README
This commit is contained in:
parent
1cc05f5b1b
commit
e7a41f2ad5
@ -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
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user