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/contacts_issues_test.rb
2012-01-03 16:18:32 +00:00

11 lines
214 B
Ruby

require File.dirname(__FILE__) + '/../test_helper'
class ContactsIssuesTest < ActiveSupport::TestCase
fixtures :contacts_issues
# Replace this with your real tests.
def test_truth
assert true
end
end