Contract-Signer/test/unit/contract_template_test.rb
2011-09-28 03:37:39 -07:00

9 lines
163 B
Ruby

require 'test_helper'
class ContractTemplateTest < ActiveSupport::TestCase
# Replace this with your real tests.
test "the truth" do
assert true
end
end