blob: ea8c01405d367af4586c941d77575bc6c1e418f8 (
plain)
1
2
3
4
5
6
7
8
9
10
|
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
|