##// END OF EJS Templates
mail notifications added when:...
mail notifications added when: * a document is added * a file is added to the project * an attachment is added to an issue or a document git-svn-id: http://redmine.rubyforge.org/svn/trunk@196 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r65:96f83cc8f0f0
r193:2d47a6d71c09
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