This repository has been archived on 2024-12-01. You can view files and clone it, but cannot push or open issues or pull requests.
redmine_rodax_crm/test/unit/contract_custom_field_test.rb

11 lines
226 B
Ruby
Raw Permalink Normal View History

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