RubyGems Navigation menu

test_seeds 0.0.3

Test Seeds piggy backs on the transaction fixtures functionality. Test Seeds load fixtures into the database in the same way but then start a db transaction for the duration of the test file. Any objects for the common scenarios are then created and inserted into the database. Test Seeds then execute each test case within a context of a db savepoint (or nested db transactions). This allows test seeds to be inserted into the database once and then re-used for each test case that needs it.

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

インストール:
=

バージョン履歴:

  1. 0.0.4 - August 19, 2011 (10.5KB)
  2. 0.0.3 - August 18, 2011 (10KB)
  3. 0.0.2 - August 16, 2011 (10KB)
  4. 0.0.1 - August 16, 2011 (10KB)

Development依存関係 (4):

activerecord ~> 3.0.0
jeweler ~> 1.6.4
mysql2 < 0.3
rake >= 0

所有者:

作者:

  • Paul Kmiec

SHA 256チェックサム:

90b6495890230c82df2becd85dfbb9edf4d4786203add17f15c22fb4e6a82289

累計ダウンロード数 14,080

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

ライセンス:

N/A

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

リンク: