An open API service indexing awesome lists of open source software.

https://github.com/cldwalker/bacon-bits

Making bacon a little tastier
https://github.com/cldwalker/bacon-bits

Last synced: about 1 year ago
JSON representation

Making bacon a little tastier

Awesome Lists containing this project

README

          

== Description

This extends the bacon testing framework with useful extensions to disable tests, have before and after
blocks that run once and more. For examples in the wild, see the tests for
{boson}[http://github.com/cldwalker/boson] or {bond}[http://github.com/cldwalker/bond].

== Install

Install the gem with:

sudo gem install bacon-bits

== Usage

Use in tests with:

require 'bacon/bits'

To use the included StylishTestUnitOuput

bacon -r bacon/bits -o StylishTestUnit TEST_FILES

== Bugs/Issues

Please report them {on github}[http://github.com/cldwalker/bacon-bits/issues].