diff options
Diffstat (limited to 'test/fixtures/journals.yml')
-rw-r--r-- | test/fixtures/journals.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixtures/journals.yml b/test/fixtures/journals.yml index 49aab14d7..0de938168 100644 --- a/test/fixtures/journals.yml +++ b/test/fixtures/journals.yml @@ -1,6 +1,6 @@ ---
journals_001:
- created_on: 2007-01-26 19:58:40 +01:00
+ created_on: <%= 2.days.ago.to_date.to_s(:db) %>
notes: "Journal notes"
id: 1
journalized_type: Issue
|