Categories: None [Edit]

bond-spy

https://rubygems.org/gems/bond-spy
https://github.com/necula01/bond
Bond is a small library that can be used to spy values and mock functions during tests. Spying is a replacement for writing the assertEquals in your test, which are tedious to write and even more tedious to update when your test setup or code inevitably changes. With Bond, you separate what is being verified, e.g., the variable named output, from what value it should have. This way you can quickly spy several variables, even have structured values such as lists or dictionaries, and these values are saved into an observation log that is saved for future reference. If the test observations are different you have the option to interact with a console or visual tool to see what has changed, and whether the reference set of observations need to be updated.

Total

Ranking: 95,123 of 187,591
Downloads: 8,558

Daily

Ranking: 40,665 of 187,571
Downloads: 12

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,011,203,451bundler
101,165,649,814rake
28925,037,502rspec
2,6866,446,692neatjson

Owners

#GravatarHandle
1iconxkrogen