sensu-plugins / sensu-plugins-rspec

Sensu Plugins for running and alerting on rspec tests

Home Page:http://sensu-plugins.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sensu-Plugins-rspec

Build Status Gem Version Code Climate Test Coverage Dependency Status

Functionality

Files

  • bin/check-rspec.rb

Usage

Run entire suite of tests

check-rspec -d /tmp/my_tests

Run only one set of tests

check-rspec -d /tmp/my_tests -s spec/test_one.rb

Run tests with all options (except environment variables)

check-rspec -b /usr/bin/ruby -i bin/rspec -d /tmp/my_tests -s spec --proxy-client rspec-client

Run tests with required options and multiple environment variables

`check-rspec -d /tmp/my_tests -e "aws_access_key_id=XX aws_secret_access_key=XX"``

Installation

Installation and Setup

Notes

About

Sensu Plugins for running and alerting on rspec tests

http://sensu-plugins.io

License:MIT License


Languages

Language:Ruby 100.0%