Commit ea8b8c65 authored by Tim Felgentreff's avatar Tim Felgentreff

update fixtures

parent 1569aae1
......@@ -3,7 +3,7 @@ journals_001:
id: 1
type: "IssueJournal"
activity_type: "issues"
created_at: <%= 2.days.ago.to_date.to_s(:db) %>
created_at: <%= 3.days.ago.to_date.to_s(:db) %>
version: 1
user_id: 1
notes: "Journal notes"
......@@ -54,7 +54,7 @@ journals_005:
id: 5
type: "IssueJournal"
activity_type: "issues"
created_at: <%= 1.days.ago.to_date.to_s(:db) %>
created_at: <%= 2.days.ago.to_date.to_s(:db) %>
version: 0
user_id: 1
notes:
......@@ -205,3 +205,13 @@ journals_017:
user_id: 2
notes: "A message journal"
journaled_id: 3
journals_005:
id: 18
type: "IssueJournal"
activity_type: "issues"
created_at: <%= 3.days.ago.to_date.to_s(:db) %>
version: 0
user_id: 2
notes:
journaled_id: 11
changes: "--- {}"
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment