Categories: None [Edit]

attest

https://rubygems.org/gems/attest
https://github.com/skorks/attest
Attest allows you to define spec-like tests inline (within the same file as your actual code) which means almost non-existant overheads to putting some tests around your code. It also tries to not be too prescriptive regarding the 'right' way to test. You want to test private methods - go ahead, access unexposed instance variables - no worries, pending and disabled tests are first class citizens. Don't like the output format, use a different one or write your own. Infact you don't even have to define you tests inline if you prefer the 'traditional' way, separate directory and all. You should be allowed to test your code the way you want to, not the way someone else says you have to!

Total

Ranking: 78,040 of 180,717
Downloads: 10,321

Daily

Ranking: 72,978 of 180,709
Downloads: 2

Depended by

RankDownloadsName

Depends on

RankDownloadsName
61961,497,009mocha
2,3486,022,925fakefs

Owners

#GravatarHandle
1iconskorks