README.md in sensu-plugins-rspec-0.0.1.alpha.4 vs README.md in sensu-plugins-rspec-0.0.1

- old
+ new

@@ -3,15 +3,16 @@ [![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) +[![Codeship Status for sensu-plugins/sensu-plugins-rspec](https://codeship.com/projects/9999a9c0-d266-0132-51a0-2e715b0dd4a0/status?branch=master)](https://codeship.com/projects/77533) ## Functionality ## Files - * bin/check-rspec + * bin/check-rspec.rb ## Usage Run entire suite of tests @@ -30,41 +31,9 @@ `check-rspec -d /tmp/my_tests -e "aws_access_key_id=XX aws_secret_access_key=XX"`` ## Installation -Add the public key (if you haven’t already) as a trusted certificate +[Installation and Setup](https://github.com/sensu-plugins/documentation/blob/master/user_docs/installation_instructions.md) -``` -gem cert --add <(curl -Ls https://raw.githubusercontent.com/sensu-plugins/sensu-plugins.github.io/master/certs/sensu-plugins.pem) -gem install sensu-plugins-rspec -P MediumSecurity -``` - -You can also download the key from /certs/ within each repository. - -#### Rubygems - -`gem install sensu-plugins-rspec` - -#### Bundler - -Add *sensu-plugins-rspec* to your Gemfile and run `bundle install` or `bundle update` - -#### Chef - -Using the Sensu **sensu_gem** LWRP -``` -sensu_gem 'sensu-plugins-rspec' do - options('--prerelease') - version '0.0.1' -end -``` - -Using the Chef **gem_package** resource -``` -gem_package 'sensu-plugins-rspec' do - options('--prerelease') - version '0.0.1' -end -``` ## Notes