##// END OF EJS Templates
css adjustment for drag n drop handles...
css adjustment for drag n drop handles git-svn-id: http://redmine.rubyforge.org/svn/trunk@74 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r65:96f83cc8f0f0
r72:28c6aa4e6dfe
Show More
token_test.rb
10 lines | 193 B | text/x-ruby | RubyLexer
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