Sha256: b7cb45172b0b43c813c2c0ec7ee6228d8f11807199830ca9ced72f16e99bf8e7
Contents?: true
Size: 1001 Bytes
Versions: 2
Compression:
Stored size: 1001 Bytes
Contents
# Kitchen Busser [![Build Status](https://travis-ci.org/fnichol/kb-ruby.png?branch=master)](https://travis-ci.org/fnichol/kb-ruby) [![Code Climate](https://codeclimate.com/github/fnichol/kb-ruby.png)](https://codeclimate.com/github/fnichol/kb-ruby) The Kitchen Busser (kb) 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 'kb' And then execute: $ bundle Or install it yourself as: $ gem install kb ## 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
kb-1.0.0.alpha.1 | README.md |
kb-1.0.0.alpha.0 | README.md |