baob/runnerbean

View on GitHub
README.md

Summary

Maintainability
Test Coverage
# Runnerbean

Automates starting and stopping processes for testing.

[![Travis Build
Status](https://travis-ci.org/baob/runnerbean.svg?branch=master)](https://travis-ci.org/baob/runnerbean)

[![Code
Climate](https://codeclimate.com/github/baob/runnerbean/badges/gpa.svg)](https://codeclimate.com/github/baob/runnerbean)

[![Test Coverage](https://codeclimate.com/github/baob/runnerbean/badges/coverage.svg)](https://codeclimate.com/github/baob/runnerbean/coverage)

[![Dependency Status][DS img]][Dependency Status]

[Dependency Status]: https://gemnasium.com/baob/runnerbean
[DS img]: https://gemnasium.com/baob/runnerbean.png

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'runnerbean'
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install runnerbean

## Usage

See examples folder for examples of use.

## Contributing

1. Fork it ( https://github.com/[my-github-username]/runnerbean/fork )
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 a new Pull Request