Sha256: f318f8f256d71a5858b9780f1f767ac88bcbaf7515ef25a57046046a3f5833d4

Contents?: true

Size: 1000 Bytes

Versions: 5

Compression:

Stored size: 1000 Bytes

Contents

# 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)

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

5 entries across 5 versions & 1 rubygems

Version Path
busser-0.6.2 README.md
busser-0.6.1 README.md
busser-0.6.0 README.md
busser-0.6.0.beta.1 README.md
busser-0.5.0 README.md