Added non-nullable fields to fixtures
This commit is contained in:
parent
1b8baa3d03
commit
125cc37135
3
test/fixtures/pages.yml
vendored
3
test/fixtures/pages.yml
vendored
|
@ -1,2 +1,5 @@
|
|||
home_page:
|
||||
id: 1
|
||||
created_at: 2004-08-01
|
||||
updated_at: 2005-08-01
|
||||
web_id: 1
|
4
test/fixtures/revisions.yml
vendored
4
test/fixtures/revisions.yml
vendored
|
@ -1,2 +1,6 @@
|
|||
home_page_first_revision:
|
||||
id: 1
|
||||
created_at: 2004-08-01
|
||||
updated_at: 2005-08-01
|
||||
page_id: 1
|
||||
content: some text
|
4
test/fixtures/webs.yml
vendored
4
test/fixtures/webs.yml
vendored
|
@ -1,2 +1,6 @@
|
|||
test_wiki:
|
||||
id: 1
|
||||
created_at: 2004-08-01
|
||||
updated_at: 2005-08-01
|
||||
name: wiki
|
||||
address: wiki
|
Loading…
Reference in a new issue