blob: 1c3820e99bdc72f999a0b557d75c1be0553de000 (
plain)
1
2
3
4
5
6
7
8
9
10
|
require File.dirname(__FILE__) + '/../test_helper'
class TokenTest < Test::Unit::TestCase
fixtures :tokens
# Replace this with your real tests.
def test_truth
assert true
end
end
|