]> git.openstreetmap.org Git - rails.git/blobdiff - test/models/changeset_test.rb
Remove the api_fixtures call from changeset model tests, since they do not need the...
[rails.git] / test / models / changeset_test.rb
index 89200c9b5bfc1dd8a8073d91a49b56c41c9af752..a5176fa8bf7a351d5cd2ce70cb6b9f1582637a4e 100644 (file)
@@ -1,12 +1,6 @@
 require "test_helper"
 
 class ChangesetTest < ActiveSupport::TestCase
-  api_fixtures
-
-  def test_changeset_count
-    assert_equal 9, Changeset.count
-  end
-
   def test_from_xml_no_text
     no_text = ""
     message_create = assert_raise(OSM::APIBadXMLError) do