RubyGems Navigation menu

fas_test 0.0.2

Auto-discovers test classes in the working directory and runs the tests with basically no boot up time and no configuration. It doesn't matter how you structure your project, instead, simple naming conventions are used: - All test files should be named *_tests.rb - All test methods should be named test__* Other things you need to know: - All test classes should inherit FasTest::TestClass - Your test class can define "setup" and/or "teardown" methods. They do what it sounds like they do. Take a look in the test folder to see an example of how the library is used. (fas_test is used to test itself). To actually run your tests just invoke fastest.rb from a command line. It will automatically recursively discover all of your test classes within the working directory and run there tests.

Gemfile:
= クリップボードにコピー コピー完了!

インストール:
=

バージョン履歴:

  1. 1.0.0 - October 15, 2011 (6.5KB)
  2. 0.1.5 - March 01, 2011 (6.5KB)
  3. 0.1.4 - February 26, 2011 (6KB)
  4. 0.0.7 - February 26, 2011 (6.5KB)
  5. 0.0.2 - February 25, 2011 (5.5KB)
全てのバージョンを表示(全6件)

所有者:

作者:

  • Graeme Hill

SHA 256チェックサム:

e13763f0b5d4ee5a49f87a027674ff52a22ce850124bdd1222c384d5628bd3c3

累計ダウンロード数 22,234

このバージョンのみ 3,524

ライセンス:

N/A

必要なRubyのバージョン: なし

リンク: