##// 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
user_preference_test.rb
10 lines | 212 B | text/x-ruby | RubyLexer
/ test / unit / user_preference_test.rb
require File.dirname(__FILE__) + '/../test_helper'
class UserPreferenceTest < Test::Unit::TestCase
fixtures :user_preferences
# Replace this with your real tests.
def test_truth
assert true
end
end