Initial Commit
This commit is contained in:
29
test/fixtures/assets.yml
vendored
Executable file
29
test/fixtures/assets.yml
vendored
Executable 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
11
test/fixtures/comments.yml
vendored
Executable 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
21
test/fixtures/softwares.yml
vendored
Executable 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
|
||||
Reference in New Issue
Block a user