##// END OF EJS Templates
Initial commit...
Initial commit git-svn-id: http://redmine.rubyforge.org/svn/trunk@4 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r2:6b7650e2f031
r2:6b7650e2f031
Show More
enumeration_test.rb
10 lines | 205 B | text/x-ruby | RubyLexer
require File.dirname(__FILE__) + '/../test_helper'
class EnumerationTest < Test::Unit::TestCase
fixtures :enumerations
# Replace this with your real tests.
def test_truth
assert true
end
end