Categories: None [Edit]

prop_check

https://rubygems.org/gems/prop_check
https://github.com/Qqwy/ruby-prop_check
PropCheck allows you to do property-based testing, including shrinking. (akin to Haskell's QuickCheck, Erlang's PropEr, Elixir's StreamData). This means that your test are run many times with different, autogenerated inputs, and as soon as a failing case is found, this input is simplified, in the end giving you back the simplest input that made the test fail.

Total

Ranking: 9,801 of 193,241
Downloads: 346,051

Daily

Ranking: 7,872 of 193,214
Downloads: 75

Depended by

RankDownloadsName
16,158124,553sequent
51,69822,408aston
183,9941,206spec_scout

Depends on

RankDownloadsName

Owners

#GravatarHandle
1iconQqwy