Jon Leighton
|
ad9586bf38
|
Fix a couple of helper requires that were missed. This was causing the tests to fail to run on 1.8.7.
|
2011-06-07 08:35:55 +01:00 |
|
Jon Leighton
|
253bb6b926
|
Refactor Active Record test connection setup. Please see the 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.
|
2011-06-04 23:47:03 +01:00 |
|
Aaron Patterson
|
5ec23b95ba
|
fixing 1.8 support for new fixture tests
|
2011-05-23 15:06:13 -07:00 |
|
Aaron Patterson
|
081b36c6ce
|
fixture file will validate fixture format
|
2011-05-23 15:06:12 -07:00 |
|
Aaron Patterson
|
5278af3d8e
|
return an empty array for empty yaml files
|
2011-05-23 15:06:12 -07:00 |
|
Aaron Patterson
|
ad3f0eec75
|
adding AR::Fixtures::File class to wrap a fixture file
|
2011-05-23 15:06:12 -07:00 |
|