Sha256: 3b350bf955659918201c4aa3520e09240d72fa167f05b665f3ff5d5794bde262

Contents?: true

Size: 1005 Bytes

Versions: 43

Compression:

Stored size: 1005 Bytes

Contents

take any instance variables already in context and make them available to dataset blocks - this is for nested describes
  I'm not sure about this one. It can be very frustrating to lose context of when the state of an iv is modified.
  
add ability to clear the database (some tests wanted to guarantee a clear db)
  This is acheived with "dataset {}"

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

43 entries across 43 versions & 8 rubygems

Version Path
aiwilliams-dataset-1.2.0 TODO
aiwilliams-dataset-1.3.0 TODO
aiwilliams-dataset-1.3.1 TODO
karsthammer-dataset-1.2.0 TODO
radiant-1.1.4 vendor/plugins/dataset/TODO
radiant-1.1.3 vendor/plugins/dataset/TODO
radiant-1.1.2 vendor/plugins/dataset/TODO
radiant-1.1.1 vendor/plugins/dataset/TODO
radiant-1.1.0 vendor/plugins/dataset/TODO
radiant-1.1.0.rc1 vendor/plugins/dataset/TODO
radiant-1.1.0.beta vendor/plugins/dataset/TODO
radiant-1.0.1 vendor/plugins/dataset/TODO
radiant-1.1.0.alpha vendor/plugins/dataset/TODO
radiant-1.0.0 vendor/plugins/dataset/TODO
radiant-1.0.0.rc5 vendor/plugins/dataset/TODO
radiant-1.0.0.rc4 vendor/plugins/dataset/TODO
radiant-1.0.0.rc3 vendor/plugins/dataset/TODO
kajam-1.0.3.rc2 vendor/plugins/dataset/TODO
radiant-1.0.0.rc2 vendor/plugins/dataset/TODO
radiant-1.0.0.rc1 vendor/plugins/dataset/TODO