git-svn-id: https://192.168.0.254/svn/Rodax.redmine_rodax_crm/trunk@4 ff88604e-da85-c949-a72f-fc3aa3ba3724
9 lines
200 B
Ruby
9 lines
200 B
Ruby
require File.dirname(__FILE__) + '/../test_helper'
|
|
|
|
class ContractStatusesControllerTest < ActionController::TestCase
|
|
# Replace this with your real tests.
|
|
def test_truth
|
|
assert true
|
|
end
|
|
end
|