README.md in sensu-plugins-cucumber-0.0.1.alpha.1 vs README.md in sensu-plugins-cucumber-0.0.1
- old
+ new
@@ -3,18 +3,16 @@
[![Build Status](https://travis-ci.org/sensu-plugins/sensu-plugins-cucumber.svg?branch=master)](https://travis-ci.org/sensu-plugins/sensu-plugins-cucumber)
[![Gem Version](https://badge.fury.io/rb/sensu-plugins-cucumber.svg)](http://badge.fury.io/rb/sensu-plugins-cucumber)
[![Code Climate](https://codeclimate.com/github/sensu-plugins/sensu-plugins-cucumber/badges/gpa.svg)](https://codeclimate.com/github/sensu-plugins/sensu-plugins-cucumber)
[![Test Coverage](https://codeclimate.com/github/sensu-plugins/sensu-plugins-cucumber/badges/coverage.svg)](https://codeclimate.com/github/sensu-plugins/sensu-plugins-cucumber)
[![Dependency Status](https://gemnasium.com/sensu-plugins/sensu-plugins-cucumber.svg)](https://gemnasium.com/sensu-plugins/sensu-plugins-cucumber)
+[ ![Codeship Status for sensu-plugins/sensu-plugins-cucumber](https://codeship.com/projects/f44b0a20-d4e8-0132-2baa-0e210ac4c62f/status?branch=master)](https://codeship.com/projects/77915)
## Functionality
## Files
- * bin.check-cucumber
- *
- *
- *
+ * bin/check-cucumber.rb
## Usage
Example check_cucumber.json:
@@ -32,43 +30,10 @@
```
## Installation
-Add the public key (if you haven’t already) as a trusted certificate
-
-```
-gem cert --add <(curl -Ls https://raw.githubusercontent.com/sensu-plugins/sensu-plugins.github.io/master/certs/sensu-plugins.pem)
-gem install sensu-plugins-cucumber -P MediumSecurity
-```
-
-You can also download the key from /certs/ within each repository.
-
-#### Rubygems
-
-`gem install sensu-plugins-cucumber`
-
-#### Bundler
-
-Add *sensu-plugins-cucumber* to your Gemfile and run `bundle install` or `bundle update`
-
-#### Chef
-
-Using the Sensu **sensu_gem** LWRP
-```
-sensu_gem 'sensu-plugins-cucumber' do
- options('--prerelease')
- version '0.0.1'
-end
-```
-
-Using the Chef **gem_package** resource
-```
-gem_package 'sensu-plugins-cucumber' do
- options('--prerelease')
- version '0.0.1'
-end
-```
+[Installation and Setup](https://github.com/sensu-plugins/documentation/blob/master/user_docs/installation_instructions.md)
## Notes
Sensu check that executes Cucumber tests