##// END OF EJS Templates
remove empty line and add newline at end of test/fixtures/comments.yml...
Toshi MARUYAMA -
r10392:fd79c1b5b41c
parent child
Show More
@@ -1,18 +1,17
1 # Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
1 # Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
2 comments_001:
2 comments_001:
3 commented_type: News
3 commented_type: News
4 commented_id: 1
4 commented_id: 1
5 id: 1
5 id: 1
6 author_id: 1
6 author_id: 1
7 comments: my first comment
7 comments: my first comment
8 created_on: 2006-12-10 18:10:10 +01:00
8 created_on: 2006-12-10 18:10:10 +01:00
9 updated_on: 2006-12-10 18:10:10 +01:00
9 updated_on: 2006-12-10 18:10:10 +01:00
10 comments_002:
10 comments_002:
11 commented_type: News
11 commented_type: News
12 commented_id: 1
12 commented_id: 1
13 id: 2
13 id: 2
14 author_id: 2
14 author_id: 2
15 comments: This is an other comment
15 comments: This is an other comment
16 created_on: 2006-12-10 18:12:10 +01:00
16 created_on: 2006-12-10 18:12:10 +01:00
17 updated_on: 2006-12-10 18:12:10 +01:00
17 updated_on: 2006-12-10 18:12:10 +01:00
18 No newline at end of file
General Comments 0
You need to be logged in to leave comments. Login now