diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2016-11-07 11:42:41 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2016-11-07 11:42:41 +0000 |
commit | b85dc8b35c93af0a0cbcca156c479f20e25af186 (patch) | |
tree | d992d6b8822f6496ae7603d6a558cc9ebd5836e9 /test/fixtures | |
parent | dc8d7b059496966253d7beea472ff7cdd0e6c2ec (diff) | |
download | redmine-b85dc8b35c93af0a0cbcca156c479f20e25af186.tar.gz redmine-b85dc8b35c93af0a0cbcca156c479f20e25af186.zip |
remove trailing white-spaces from test/fixtures/journals.yml
git-svn-id: http://svn.redmine.org/redmine/trunk@15949 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/fixtures')
-rw-r--r-- | test/fixtures/journals.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/fixtures/journals.yml b/test/fixtures/journals.yml index 2156b780c..bc7bc91b9 100644 --- a/test/fixtures/journals.yml +++ b/test/fixtures/journals.yml @@ -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 |