Browse Source

remove trailing white-spaces from test/fixtures/journals.yml

git-svn-id: http://svn.redmine.org/redmine/trunk@15949 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/3.4.0
Toshi MARUYAMA 7 years ago
parent
commit
b85dc8b35c
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      test/fixtures/journals.yml

+ 2
- 2
test/fixtures/journals.yml View File

@@ -1,4 +1,4 @@
---
---
journals_001:
created_on: <%= 2.days.ago.to_date.to_s(:db) %>
notes: "Journal notes"
@@ -6,7 +6,7 @@ journals_001:
journalized_type: Issue
user_id: 1
journalized_id: 1
journals_002:
journals_002:
created_on: <%= 1.days.ago.to_date.to_s(:db) %>
notes: "Some notes with Redmine links: #2, r2."
id: 2

Loading…
Cancel
Save