]> git.openstreetmap.org Git - rails.git/blob - test/unit/user_token_test.rb
Require auth on calls to /trace/create, and pass through to form if called without...
[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