]> git.openstreetmap.org Git - rails.git/blob - test/unit/user_token_test.rb
Fix UTF-8 encoding error char in source file that RichardF introduced
[rails.git] / test / unit / user_token_test.rb
1 require File.dirname(__FILE__) + '/../test_helper'
2
3 class UserTokenTest < Test::Unit::TestCase
4   fixtures :users
5   
6   def test_user_token_count
7     assert_equal 0, UserToken.count
8   end
9   
10 end