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?
- Host: GitHub
- URL: https://github.com/tfwright/acid
- Owner: tfwright
- Created: 2012-10-07T04:43:59.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2014-03-22T00:15:49.000Z (about 12 years ago)
- Last Synced: 2025-10-01T04:33:12.961Z (9 months ago)
- Homepage:
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).