summaryrefslogtreecommitdiffstats
path: root/redmine/test/unit/issue_custom_field_test.rb
blob: 2adee1061d181483d981adc829925cab24e79e16 (plain)
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