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
2008-01-21 15:06:05 +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 - added should_require_acceptance_of [http://tammer.lighthouseapp.com/projects/5807-shoulda/tickets/6] 2008-01-21 15:06:05 +00:00
unit - added should_require_acceptance_of [http://tammer.lighthouseapp.com/projects/5807-shoulda/tickets/6] 2008-01-21 15:06:05 +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