Remove unused user_tokens fixture and pointless test.

This commit is contained in:
Andy Allan 2017-01-25 16:43:04 +00:00
parent 5bcf82d865
commit 7b0b09a527
2 changed files with 0 additions and 6 deletions

View file

View file

@ -1,10 +1,4 @@
require "test_helper"
class UserTokenTest < ActiveSupport::TestCase
api_fixtures
fixtures :user_tokens
def test_user_token_count
assert_equal 0, UserToken.count
end
end