]> git.openstreetmap.org Git - rails.git/blobdiff - test/unit/way_tag_test.rb
Adding some more unit test stubs that need filling out. Adding changeset tags fixture...
[rails.git] / test / unit / way_tag_test.rb
diff --git a/test/unit/way_tag_test.rb b/test/unit/way_tag_test.rb
new file mode 100644 (file)
index 0000000..099d29d
--- /dev/null
@@ -0,0 +1,11 @@
+require File.dirname(__FILE__) + '/../test_helper'
+
+class WayTagTest < Test::Unit::TestCase
+  fixtures :way_tags
+  
+  
+  def test_way_tag_count
+    assert_equal 3, WayTag.count
+  end
+  
+end