Initial commit

This commit is contained in:
2011-09-28 03:37:39 -07:00
commit b1fbb339c2
373 changed files with 52305 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
require 'test_helper'
class ContractTemplateTest < ActiveSupport::TestCase
# Replace this with your real tests.
test "the truth" do
assert true
end
end

View File

@@ -0,0 +1,8 @@
require 'test_helper'
class ContractTest < ActiveSupport::TestCase
# Replace this with your real tests.
test "the truth" do
assert true
end
end

View File

@@ -0,0 +1,4 @@
require 'test_helper'
class ContractTemplatesHelperTest < ActionView::TestCase
end

View File

@@ -0,0 +1,4 @@
require 'test_helper'
class ContractsHelperTest < ActionView::TestCase
end

View File

@@ -0,0 +1,4 @@
require 'test_helper'
class SignersHelperTest < ActionView::TestCase
end

8
test/unit/signer_test.rb Normal file
View File

@@ -0,0 +1,8 @@
require 'test_helper'
class SignerTest < ActiveSupport::TestCase
# Replace this with your real tests.
test "the truth" do
assert true
end
end