Sha256: ed16976791782c1488575488458ad4a8a5b55ef6e8c1d543f003b37211c65282

Contents?: true

Size: 1.35 KB

Versions: 1

Compression:

Stored size: 1.35 KB

Contents

## Sensu-Plugins-rspec

[![Build Status](https://travis-ci.org/sensu-plugins/sensu-plugins-rspec.svg?branch=master)](https://travis-ci.org/sensu-plugins/sensu-plugins-rspec)
[![Gem Version](https://badge.fury.io/rb/sensu-plugins-rspec.svg)](http://badge.fury.io/rb/sensu-plugins-rspec)
[![Code Climate](https://codeclimate.com/github/sensu-plugins/sensu-plugins-rspec/badges/gpa.svg)](https://codeclimate.com/github/sensu-plugins/sensu-plugins-rspec)
[![Test Coverage](https://codeclimate.com/github/sensu-plugins/sensu-plugins-rspec/badges/coverage.svg)](https://codeclimate.com/github/sensu-plugins/sensu-plugins-rspec)
[![Dependency Status](https://gemnasium.com/sensu-plugins/sensu-plugins-rspec.svg)](https://gemnasium.com/sensu-plugins/sensu-plugins-rspec)

## 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](http://sensu-plugins.io/docs/installation_instructions.html)

## Notes

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
sensu-plugins-rspec-2.0.0 README.md