RubyGems Navigation menu

ditto 0.5.0

Database Independent Test Objects (Ditto) Ditto defines a simple DSL that allows test data to be expressed in a database independent format. When the underlying tables are remapped the QA team don't have to go and change all the historical test cases. There are three parts, all of them versioned: 1. The data declarations 2. The mappings to the underlying database 3. The data itself Idea is to replace an XML dialect with something simpler. See sample at simple_object.xml Notes on DSL ------------ The entity declaration style uses verb and hash only, without a block. Contrast this with mapping style which uses verb, params and then block. Of course mappings need code and so the block usage is natural. This could also be done for the declarations, very similar to the way the gem 'datamapper' does it. Nick Townsend, Oct 2012

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

インストール:
=

バージョン履歴:

  1. 1.0 - January 25, 2013 (13KB)
  2. 0.6.0 - January 25, 2013 (12.5KB)
  3. 0.5.0 - October 22, 2012 (9.5KB)
  4. 0.0.1 - October 14, 2012 (7KB)
全てのバージョンを表示(全5件)

Runtime依存関係 (1):

data_mapper >= 1.2.0

Development依存関係 (1):

rspec >= 2.11

所有者:

作者:

  • Nick Townsend

SHA 256チェックサム:

f0d6399301154157e6f3c9845f5a985d1e8c0d342b38afccedf422cfeb07b592

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

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

ライセンス:

N/A

必要なRubyのバージョン: >= 1.9

リンク: