##// 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 1 # Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
2 2 comments_001:
3 3 commented_type: News
4 4 commented_id: 1
5 5 id: 1
6 6 author_id: 1
7 7 comments: my first comment
8 8 created_on: 2006-12-10 18:10:10 +01:00
9 9 updated_on: 2006-12-10 18:10:10 +01:00
10 10 comments_002:
11 11 commented_type: News
12 12 commented_id: 1
13 13 id: 2
14 14 author_id: 2
15 15 comments: This is an other comment
16 16 created_on: 2006-12-10 18:12:10 +01:00
17 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