]> git.openstreetmap.org Git - rails.git/blobdiff - test/unit/relation_member_test.rb
fix the user unit test so that it doesn't use a depricated method in rails 2.2.2
[rails.git] / test / unit / relation_member_test.rb
index f0590ef71a7e10d45c5d5db29e549f6bb2af03a0..93fa551800b2dc0277ce82656ac9f9cce88f3b96 100644 (file)
@@ -4,7 +4,7 @@ class RelationMemberTest < Test::Unit::TestCase
   api_fixtures
   
   def test_relation_member_count
-    assert_equal 5, RelationMember.count
+    assert_equal 6, RelationMember.count
   end
   
 end