]> git.openstreetmap.org Git - rails.git/blob - test/unit/way_tag_test.rb
Adding validations for the length of node tags, and the presence of the id (and versi...
[rails.git] / test / unit / way_tag_test.rb
1 require File.dirname(__FILE__) + '/../test_helper'
2
3 class WayTagTest < Test::Unit::TestCase
4   fixtures :current_way_tags
5   set_fixture_class :current_way_tags => WayTag
6   
7   def test_way_tag_count
8     assert_equal 3, WayTag.count
9   end
10   
11 end