From b85dc8b35c93af0a0cbcca156c479f20e25af186 Mon Sep 17 00:00:00 2001 From: Toshi MARUYAMA Date: Mon, 7 Nov 2016 11:42:41 +0000 Subject: [PATCH] remove trailing white-spaces from test/fixtures/journals.yml git-svn-id: http://svn.redmine.org/redmine/trunk@15949 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/fixtures/journals.yml | 4 ++-- 1 file 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 -- 2.39.5