Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 541 Bytes

TODO.rdoc

File metadata and controls

22 lines (14 loc) · 541 Bytes

Bugs

  • Allow ‘extend FixtureReplacement’ as well as ‘include FixtureReplacement’

  • Two levels down of inherited fixture bug

Features

  • Validate fixtures. Steal any other good ideas from FactoryGirl, Fixjour, Machinist, etc.

  • Support SEQUEL & Datamapper. Make it ORM independent

Code Cleanup

  • Remove ugly method_added hack

ETC