blob: 09c0551b62ede3bd7ca83f264652c6da6bdb9284 (
plain)
1
2
3
4
5
6
7
8
9
10
|
require File.dirname(__FILE__) + '/../test_helper'
class IssueCustomValueTest < Test::Unit::TestCase
fixtures :issue_custom_values
# Replace this with your real tests.
def test_truth
assert true
end
end
|