Redmine 3.4.4
This commit is contained in:
commit
64924a6376
2112 changed files with 259028 additions and 0 deletions
31
test/fixtures/news.yml
vendored
Normal file
31
test/fixtures/news.yml
vendored
Normal file
|
@ -0,0 +1,31 @@
|
|||
---
|
||||
news_001:
|
||||
created_on: 2006-07-19 22:40:26 +02:00
|
||||
project_id: 1
|
||||
title: eCookbook first release !
|
||||
id: 1
|
||||
description: |-
|
||||
eCookbook 1.0 has been released.
|
||||
|
||||
Visit http://ecookbook.somenet.foo/
|
||||
summary: First version was released...
|
||||
author_id: 2
|
||||
comments_count: 1
|
||||
news_002:
|
||||
created_on: 2006-07-19 22:42:58 +02:00
|
||||
project_id: 1
|
||||
title: 100,000 downloads for eCookbook
|
||||
id: 2
|
||||
description: eCookbook 1.0 have downloaded 100,000 times
|
||||
summary: eCookbook 1.0 have downloaded 100,000 times
|
||||
author_id: 2
|
||||
comments_count: 0
|
||||
news_003:
|
||||
created_on: 2006-07-19 22:42:58 +02:00
|
||||
project_id: 2
|
||||
title: News on a private project
|
||||
id: 3
|
||||
description: This is a private news
|
||||
summary:
|
||||
author_id: 2
|
||||
comments_count: 0
|
Loading…
Add table
Add a link
Reference in a new issue