| Short description: |
Simple, elegant replacement for Unit::Test |
| Category: |
Library/testing |
| Status: |
beta |
| Created: |
2006-08-23 09:58:30 GMT |
| Last update: |
2006-08-23 09:58:30 GMT |
| Owner: |
proff
(Projects of this owner) |
| Homepage: |
http://iq.org/rhetoric/ |
| Download: |
http://iq.org/rhetoric/
|
| License: |
PublicDomain |
| Dependency: |
|
| Description: |
rhetoric: Powerful low-calorie replacement for Test::Unit. Rhetoric is the ruby way. Test::Unit is NOT the ruby way
Example
require 'rhetoric'
class SomeClass
def whatever
end
argue {1+1 == 2}
end
|