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

https://github.com/tfwright/acid

Does it pass the acid test?
https://github.com/tfwright/acid

Last synced: 4 months ago
JSON representation

Does it pass the acid test?

Awesome Lists containing this project

README

          

acid
====

*Can you pass the acid test?*

Acid is a testing library for Ruby that builds on test/unit to enforce certain standards, including one assertion per test and no setup.

Acid is based on/replicates [Dust](rubyforge.org/projects/dust).