]> git.openstreetmap.org Git - rails.git/blob - test/unit/current_node_tag_test.rb
Starting to test the output of the xml to make sure that it is what we expect to...
[rails.git] / test / unit / current_node_tag_test.rb
1 require File.dirname(__FILE__) + '/../test_helper'
2
3 class CurrentNodeTagTest < Test::Unit::TestCase
4   fixtures :current_node_tags, :nodes
5   
6   def test_tag_count
7     assert_equal 3, NodeTag.count
8   end
9   
10 end