Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a couple of helper requires that were missed. This was causing the tests ↵ | Jon Leighton | 2011-06-07 | 1 | -1/+1 |
| | | | | to fail to run on 1.8.7. | ||||
* | Refactor Active Record test connection setup. Please see the ↵ | Jon Leighton | 2011-06-04 | 1 | -1/+1 |
| | | | | RUNNING_UNIT_TESTS file for details, but essentially you can now configure things in test/config.yml. You can also run tests directly via the command line, e.g. ruby path/to/test.rb (no rake needed, uses default db connection from test/config.yml). This will help us fix the CI by enabling us to isolate the different Rails versions to different databases. | ||||
* | fixing 1.8 support for new fixture tests | Aaron Patterson | 2011-05-23 | 1 | -2/+4 |
| | |||||
* | fixture file will validate fixture format | Aaron Patterson | 2011-05-23 | 1 | -0/+18 |
| | |||||
* | return an empty array for empty yaml files | Aaron Patterson | 2011-05-23 | 1 | -0/+17 |
| | |||||
* | adding AR::Fixtures::File class to wrap a fixture file | Aaron Patterson | 2011-05-23 | 1 | -0/+46 |