]> git.openstreetmap.org Git - rails.git/blob - test/unit/user_token_test.rb
Change the map key from a static PNG image to a generated HTML table that can be...
[rails.git] / test / unit / user_token_test.rb
1 require File.dirname(__FILE__) + '/../test_helper'
2
3 class UserTokenTest < ActiveSupport::TestCase
4   api_fixtures
5   fixtures :user_tokens
6
7   def test_user_token_count
8     assert_equal 0, UserToken.count
9   end
10   
11 end