fixing some of the relation tests. Some adjustments to the fixtures.

This commit is contained in:
Shaun McDonald 2009-04-22 00:42:23 +00:00
parent 1721aa1c0d
commit 38e94c6baa
7 changed files with 147 additions and 17 deletions

View file

@ -4,7 +4,7 @@ class RelationTest < Test::Unit::TestCase
api_fixtures
def test_relation_count
assert_equal 4, Relation.count
assert_equal 5, Relation.count
end
end