Sha256: 7e65b068768827c3a15c94b9eb556b7b3a39dd712742c4b59dc6e34b10b2a892
Contents?: true
Size: 1.17 KB
Versions: 3
Compression:
Stored size: 1.17 KB
Contents
# Busser [![Gem Version](https://badge.fury.io/rb/busser.png)](http://badge.fury.io/rb/busser) [![Build Status](https://travis-ci.org/test-kitchen/busser.png?branch=master)](https://travis-ci.org/test-kitchen/busser) [![Code Climate](https://codeclimate.com/github/test-kitchen/busser.png)](https://codeclimate.com/github/test-kitchen/busser) [![Dependency Status](https://gemnasium.com/test-kitchen/busser.svg)](https://gemnasium.com/test-kitchen/busser) Busser is a test setup and execution framework designed to work on remote nodes whose system dependencies cannot be relied upon, except for an Omnibus installation of Chef. It uses a plugin architecture to add support for different testing strategies such minitest, cucumber, bash, etc. ## Installation Add this line to your application's Gemfile: gem 'busser' And then execute: $ bundle Or install it yourself as: $ gem install busser ## Usage TODO: Write usage instructions here ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
busser-0.7.1 | README.md |
busser-0.7.0 | README.md |
busser-0.7.0.rc.1 | README.md |