Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | No need to require psych since require yaml does that. | Rafael Mendonça França | 2012-01-04 | 1 | -1/+0 |
* | No need to use rescue block to require psych | Rafael Mendonça França | 2012-01-04 | 1 | -5/+1 |
* | * Psych errors with poor yaml formatting are proxied. Fixes #2645, #2731 | Aaron Patterson | 2011-09-01 | 1 | -1/+11 |
* | fixing 1.8 support for new fixture tests | Aaron Patterson | 2011-05-23 | 1 | -1/+4 |
* | fixture file will validate fixture format | Aaron Patterson | 2011-05-23 | 1 | -1/+8 |
* | return an empty array for empty yaml files | Aaron Patterson | 2011-05-23 | 1 | -1/+3 |
* | adding AR::Fixtures::File class to wrap a fixture file | Aaron Patterson | 2011-05-23 | 1 | -0/+43 |