No commit activity in last 3 years
No release in over 3 years
Sensu plugins for working with RSpec
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

~> 1.7
~> 0.10
~> 10.0
~> 3.2
~> 0.40.0
~> 0.8

Runtime

= 3.2.0, ~> 3.2
 Project Readme

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