mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
17 lines
361 B
YAML
17 lines
361 B
YAML
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
|
|
|
|
one:
|
|
id: 1
|
|
name: Test Character
|
|
user_id: 1
|
|
privacy: public
|
|
page_type: Character
|
|
background: A test character for gallery testing
|
|
|
|
two:
|
|
id: 2
|
|
name: Another Character
|
|
user_id: 2
|
|
privacy: public
|
|
page_type: Character
|
|
background: Another test character |