git-svn-id: https://192.168.0.254/svn/Rodax.redmine_rodax_crm/trunk@3 ff88604e-da85-c949-a72f-fc3aa3ba3724
11 lines
226 B
Ruby
11 lines
226 B
Ruby
require File.dirname(__FILE__) + '/../test_helper'
|
|
|
|
class ContractCustomFieldTest < ActiveSupport::TestCase
|
|
fixtures :contract_custom_fields
|
|
|
|
# Replace this with your real tests.
|
|
def test_truth
|
|
assert true
|
|
end
|
|
end
|