Sha256: 1c8ef7eb555db5e5a772d9709de40a1f734f12716e70208e3fbdf4db8c6c0fb6
Contents?: true
Size: 968 Bytes
Versions: 3
Compression:
Stored size: 968 Bytes
Contents
take any instance variables already in context and make them available to dataset blocks - this is for nested describes add ability to clear the database (some tests wanted to guarantee a clear db) This is acheived with "dataset {}" better handle STI people(:bobby) users(:bobby) family_members(:bobby) clear database completely at beginning of session, only tables where data was created within a session?? clear all dumps on new run of tests be sure we are capturing a dataset if it has already be captured before during a run describe what happens when someone has a fixtures file - they get loaded after our datasets, thereby causing all the data in the table of the fixture file (like things.yml) to be deleted - the fixtures are then loaded look into truncating database instead individual table deletes allow configuration of dataset * permatable / global scope re-evaluation location of some tests that depend on TestCase in non-test/unit tests
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
radiant-0.7.2 | vendor/plugins/dataset/TODO |
radiant-0.7.0 | vendor/plugins/dataset/TODO |
radiant-0.7.1 | vendor/plugins/dataset/TODO |