##// END OF EJS Templates
added model Comment....
added model Comment. comments can now be added on news. git-svn-id: http://redmine.rubyforge.org/svn/trunk@81 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r65:96f83cc8f0f0
r78:55ed70529aef
Show More
token_test.rb
10 lines | 193 B | text/x-ruby | RubyLexer
Jean-Philippe Lang
0.3 unstable...
r10 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