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