1 2 3 4 5 6 7 8 9 10
require File.dirname(__FILE__) + '/../test_helper' class IssueCustomFieldTest < Test::Unit::TestCase fixtures :issue_custom_fields # Replace this with your real tests. def test_truth assert_kind_of IssueCustomField, issue_custom_fields(:first) end end