Initial Commit

This commit is contained in:
Jason Katz
2011-06-14 18:08:28 -07:00
commit 5a34ac406c
172 changed files with 18457 additions and 0 deletions

29
test/fixtures/assets.yml vendored Executable file
View File

@@ -0,0 +1,29 @@
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
one:
tag: MyString
name: MyString
serial: MyString
category: MyString
make: MyString
order: MyString
warranty: 2010-08-06
password: MyString
location: MyString
assigned: MyString
status: MyString
verified: 2010-08-06 15:58:55
two:
tag: MyString
name: MyString
serial: MyString
category: MyString
make: MyString
order: MyString
warranty: 2010-08-06
password: MyString
location: MyString
assigned: MyString
status: MyString
verified: 2010-08-06 15:58:55

11
test/fixtures/comments.yml vendored Executable file
View File

@@ -0,0 +1,11 @@
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
one:
post_id: 1
commenter: MyString
body: MyText
two:
post_id: 1
commenter: MyString
body: MyText

21
test/fixtures/softwares.yml vendored Executable file
View File

@@ -0,0 +1,21 @@
# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
one:
name: MyString
key: MyString
asset_id:
installed: 2010-08-20
installed_by: MyString
modified: 2010-08-20
modified_by: MyString
note: MyString
two:
name: MyString
key: MyString
asset_id:
installed: 2010-08-20
installed_by: MyString
modified: 2010-08-20
modified_by: MyString
note: MyString