The test suite for testing various implementations of sensu-plugin
in different languages.
bundle install
bundle exec ./bin/sensu-plugin-spec
Which will output something along the lines of:
Run options: --seed 59897
# Running:
........
Finished in 2.082529s, 3.8415 runs/s, 3.8415 assertions/s.
8 runs, 8 assertions, 0 failures, 0 errors, 0 skips
- Fork it ( http://github.com//sensu-plugin-spec/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request