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
- Host: GitHub
- URL: https://github.com/cldwalker/bacon-bits
- Owner: cldwalker
- License: mit
- Created: 2010-07-15T22:09:47.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2015-01-23T20:13:45.000Z (over 11 years ago)
- Last Synced: 2025-04-06T18:53:01.425Z (about 1 year ago)
- Language: Ruby
- Homepage: https://github.com/cldwalker/bacon-bits
- Size: 114 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.rdoc
- Changelog: CHANGELOG.rdoc
- License: LICENSE.txt
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].