]> git.openstreetmap.org Git - rails.git/blob - test/unit/relation_test.rb
No need to define a constand for the appconfig var. Removes a warning when running...
[rails.git] / test / unit / relation_test.rb
1 require File.dirname(__FILE__) + '/../test_helper'
2
3 class RelationTest < Test::Unit::TestCase
4   api_fixtures
5   
6   def test_relation_count
7     assert_equal 6, Relation.count
8   end
9   
10 end