RubyGems Navigation menu

attest 0.2.0

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!

Gemfile:
= 複製 已複製

安裝:
=

版本列表:

  1. 0.2.0 - December 20, 2010 (35.5 KB)
  2. 0.1.0 - November 29, 2010 (16.5 KB)

Development 相依性套件 (2):

fakefs >= 0
mocha >= 0

擁有者:

作者:

  • Alan Skorkin

SHA 256 checksum:

1139baedc1f071ad40a9da0b40985a0da3af542873ea13d9a94d2156796f8036

總下載次數 10,296

這個版本 5,682

License:

Ruby 版本需求:

相關連結: