public
Rubygem
Fork of thoughtbot/shoulda
Description: Makes tests easy on the fingers and the eyes
Homepage: http://www.thoughtbot.com/projects/shoulda
Clone URL: git://github.com/technicalpickles/shoulda.git
tsaleh (author)
Mon Mar 17 07:03:11 -0700 2008
commit  4ae2cea03674f2d0614a04a55398a68d5fe1dac1
tree    4d9e2d673331fcf47241e635724a3aa75af4e1fe
parent  53b1bb818a7a251e598241a0441d98fd45469910
shoulda / test
name age message
..
file README Wed Nov 28 12:04:36 -0800 2007 adding tests for foreign keys [tsaleh]
directory fixtures/ Sat Jul 14 11:35:51 -0700 2007 - completely refactored the test system to use ... [tsaleh]
directory functional/ Tue Jul 24 08:33:24 -0700 2007 stuff [tsaleh]
directory other/ Sat Dec 29 06:12:36 -0800 2007 removed asset_difference, as it is now in rails... [tsaleh]
directory rails_root/ Thu Feb 28 13:40:42 -0800 2008 fixed http://tammer.lighthouseapp.com/projects/... [tsaleh]
file test_helper.rb Fri Aug 24 12:43:46 -0700 2007 autogenerating test plugin link [tsaleh]
directory unit/ Thu Feb 28 13:40:42 -0800 2008 fixed http://tammer.lighthouseapp.com/projects/... [tsaleh]
README
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