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 46f8ff2437 - fixed the rails root to rails 2.0.2
- updated the rails root to rails 2 standards
- added .autotest file to fix autotest
- fixed bug in determining the resource path



git-svn-id: https://svn.thoughtbot.com/plugins/shoulda/trunk@286 7bbfaf0e-4d1d-0410-9690-a8bb5f8ef2aa
2008-01-21 14:13:43 +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 removed asset_difference, as it is now in rails 2.0 2007-12-29 14:12:36 +00:00
rails_root - fixed the rails root to rails 2.0.2 2008-01-21 14:13:43 +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