add fixture, fixes another test
This commit is contained in:
parent
bbd131ad8d
commit
4804d22ff3
|
@ -195,4 +195,13 @@ journals_016:
|
|||
version: 1
|
||||
user_id: 2
|
||||
notes: "A message journal"
|
||||
versioned_id: 2
|
||||
journals_017:
|
||||
id: 17
|
||||
type: "MessageJournal"
|
||||
activity_type: "messages"
|
||||
created_at: <%= 2.days.ago.to_date.to_s(:db) %>
|
||||
version: 1
|
||||
user_id: 2
|
||||
notes: "A message journal"
|
||||
versioned_id: 3
|
||||
|
|
Loading…
Reference in New Issue