1
0
Fork 0
mirror of https://github.com/thoughtbot/shoulda-matchers.git synced 2022-11-09 12:01:38 -05:00
thoughtbot--shoulda-matchers/test
tsaleh 5b90600cd8 adding tests for foreign keys
git-svn-id: https://svn.thoughtbot.com/plugins/shoulda/trunk@259 7bbfaf0e-4d1d-0410-9690-a8bb5f8ef2aa
2007-11-28 20:04:36 +00:00
..
fixtures - completely refactored the test system to use a fake rails_root 2007-07-14 18:35:51 +00:00
functional stuff 2007-07-24 15:33:24 +00:00
other - imported bugfix from 3.0.4 which get's the wrong parent id in should_be_restful 2007-10-23 21:09:43 +00:00
rails_root adding tests for foreign keys 2007-11-28 20:04:36 +00:00
unit adding tests for foreign keys 2007-11-28 20:04:36 +00:00
README adding tests for foreign keys 2007-11-28 20:04:36 +00:00
test_helper.rb autogenerating test plugin link 2007-08-24 19:43:46 +00:00

The tests for should have two dependencies that I know of:

* Rails version 1.2.3
* A working sqlite3 installation.

If you have problems running these tests, please notify the shoulda mailing list:  shoulda@googlegroups.com

- Tammer Saleh