aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource/test/cases/observing_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* activeresource tests use AS::TestCaseAaron Patterson2012-01-051-1/+1
|
* remove warning: assigned but unused variableSantiago Pastorino2011-06-081-1/+1
|
* updated all the tests in ARes to work with jsonJosh Kalderimis2011-05-181-5/+5
|
* Fix for Ruby 1.9 - define_method throws an exception under 1.9 if given ↵Chad Woolley2009-10-081-1/+1
| | | | | | incorrect number of args Signed-off-by: Carl Lerche <carllerche@mac.com>
* Fix failing ARes isolated testsJoshua Peek2009-09-051-0/+2
|
* Moved all test cases into a new test/cases directory to match Active Record ↵taryn2009-08-191-0/+53
test directory structure. Signed-off-by: Joshua Peek <josh@joshpeek.com>