]> git.openstreetmap.org Git - rails.git/blobdiff - test/models/way_test.rb
Remove the api_fixtures helper
[rails.git] / test / models / way_test.rb
index ed8a6cea3e794981d23272fe5da060a646f0539c..4519ebba896a0142355e0898e3aa0cf68fd4d850 100644 (file)
@@ -1,14 +1,6 @@
 require "test_helper"
 
 class WayTest < ActiveSupport::TestCase
-  api_fixtures
-
-  # Check that we have the correct number of currnet ways in the db
-  # This will need to updated whenever the current_ways.yml is updated
-  def test_db_count
-    assert_equal 7, Way.count
-  end
-
   def test_bbox
     node = create(:node)
     visible_way = create(:way)