aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource/test/fixtures/project.rb
Commit message (Collapse)AuthorAgeFilesLines
* ActiveResource validation tests did not test ActiveModel validations. Adjust ↵Ken Mazaika2011-02-151-13/+6
| | | | | | the test to be done the Rails3 way. Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
* Added validations to ActiveResource. Added a smoke test to see if we can add ↵taryn2009-08-191-0/+25
a validation and use it, and add a validates callback and use it. Signed-off-by: Joshua Peek <josh@joshpeek.com>