]> git.openstreetmap.org Git - rails.git/blob - test/unit/friend_test.rb
splitting and joining tags is gone for good in 0.6
[rails.git] / test / unit / friend_test.rb
1 require File.dirname(__FILE__) + '/../test_helper'
2
3 class FriendTest < Test::Unit::TestCase
4   fixtures :friends
5   
6   
7   def test_friend_count
8     assert_equal 1, Friend.count
9   end
10   
11 end