Initial commit
This commit is contained in:
9
test/fixtures/contract_templates.yml
vendored
Normal file
9
test/fixtures/contract_templates.yml
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
|
||||
|
||||
one:
|
||||
name: MyString
|
||||
boilerplate: MyString
|
||||
|
||||
two:
|
||||
name: MyString
|
||||
boilerplate: MyString
|
||||
11
test/fixtures/contracts.yml
vendored
Normal file
11
test/fixtures/contracts.yml
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
|
||||
|
||||
one:
|
||||
boilerplate: MyString
|
||||
signature:
|
||||
hash: MyString
|
||||
|
||||
two:
|
||||
boilerplate: MyString
|
||||
signature:
|
||||
hash: MyString
|
||||
11
test/fixtures/signers.yml
vendored
Normal file
11
test/fixtures/signers.yml
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
|
||||
|
||||
one:
|
||||
first_name: MyString
|
||||
last_name: MyString
|
||||
cosigner: MyString
|
||||
|
||||
two:
|
||||
first_name: MyString
|
||||
last_name: MyString
|
||||
cosigner: MyString
|
||||
Reference in New Issue
Block a user