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

9
test/fixtures/contract_templates.yml vendored Normal file
View 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
View 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
View 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