Initial commit
This commit is contained in:
8
test/unit/contract_template_test.rb
Normal file
8
test/unit/contract_template_test.rb
Normal 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
|
||||
8
test/unit/contract_test.rb
Normal file
8
test/unit/contract_test.rb
Normal 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
|
||||
4
test/unit/helpers/contract_templates_helper_test.rb
Normal file
4
test/unit/helpers/contract_templates_helper_test.rb
Normal file
@@ -0,0 +1,4 @@
|
||||
require 'test_helper'
|
||||
|
||||
class ContractTemplatesHelperTest < ActionView::TestCase
|
||||
end
|
||||
4
test/unit/helpers/contracts_helper_test.rb
Normal file
4
test/unit/helpers/contracts_helper_test.rb
Normal file
@@ -0,0 +1,4 @@
|
||||
require 'test_helper'
|
||||
|
||||
class ContractsHelperTest < ActionView::TestCase
|
||||
end
|
||||
4
test/unit/helpers/signers_helper_test.rb
Normal file
4
test/unit/helpers/signers_helper_test.rb
Normal file
@@ -0,0 +1,4 @@
|
||||
require 'test_helper'
|
||||
|
||||
class SignersHelperTest < ActionView::TestCase
|
||||
end
|
||||
8
test/unit/signer_test.rb
Normal file
8
test/unit/signer_test.rb
Normal 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
|
||||
Reference in New Issue
Block a user