X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/1f8a68371ad34594cce4aadf5fef229588fd4ddc..1bd3a83add3f0bb447d8e6c9fb4c1ba2ec36cf32:/test/unit/relation_test.rb diff --git a/test/unit/relation_test.rb b/test/unit/relation_test.rb index 36aad7c25..6b2363025 100644 --- a/test/unit/relation_test.rb +++ b/test/unit/relation_test.rb @@ -1,10 +1,10 @@ require File.dirname(__FILE__) + '/../test_helper' -class RelationTest < Test::Unit::TestCase +class RelationTest < ActiveSupport::TestCase api_fixtures def test_relation_count - assert_equal 3, Relation.count + assert_equal 6, Relation.count end end