X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/1f8a68371ad34594cce4aadf5fef229588fd4ddc..80e24c350fed4718af6d50281144ca7fff9992ef:/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