ruby-rantly

Ruby Imperative Random Data Generator and Quickcheck
  https://github.com/rantly-rb/rantly
  0
  no reviews



You can use Rantly to generate random test data, and use its Test::Unit extension for property-based testing. Rantly is basically a recursive descent interpreter, each of its method returns a random value of some type (string, integer, float, etc.).