aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource/test/cases/format_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Replaced all 'for' loops with Enumerable#eachNathan Broadbent2012-01-301-3/+3
|
* activeresource tests use AS::TestCaseAaron Patterson2012-01-051-1/+1
|
* updated all the tests in ARes to work with jsonJosh Kalderimis2011-05-181-9/+11
|
* Follow code conventions on some testsSebastian Martinez2011-05-101-1/+1
|
* changing map and include to findAaron Patterson2010-09-301-1/+1
|
* assert on empty array is always true. fixing test.Neeraj Singh2010-09-301-1/+1
|
* Moved all test cases into a new test/cases directory to match Active Record ↵taryn2009-08-191-0/+112
test directory structure. Signed-off-by: Joshua Peek <josh@joshpeek.com>