RAA - rhetoric

rhetoric / 0.1.0

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:
None
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

Edit this project (for project owner)

back to RAA top