Sha256: c8f9537ed58b76482c6eba1a3a03ff7b7d1458501f5ce29193aff098fb26e50a

Contents?: true

Size: 980 Bytes

Versions: 8

Compression:

Stored size: 980 Bytes

Contents

# Busser

[![Build Status](https://travis-ci.org/fnichol/busser.png?branch=master)](https://travis-ci.org/fnichol/busser)
[![Code Climate](https://codeclimate.com/github/fnichol/busser.png)](https://codeclimate.com/github/fnichol/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

8 entries across 8 versions & 1 rubygems

Version Path
busser-0.4.1 README.md
busser-0.4.0 README.md
busser-0.3.2 README.md
busser-0.3.1 README.md
busser-0.3.0 README.md
busser-0.2.0 README.md
busser-0.1.1 README.md
busser-0.1.0 README.md