From 4804d22ff350d78da37313c4858c7458a09d6269 Mon Sep 17 00:00:00 2001 From: Tim Felgentreff Date: Tue, 14 Sep 2010 09:19:39 +0200 Subject: [PATCH] add fixture, fixes another test --- test/fixtures/journals.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/test/fixtures/journals.yml b/test/fixtures/journals.yml index e73c300d06..2262d2c24f 100644 --- a/test/fixtures/journals.yml +++ b/test/fixtures/journals.yml @@ -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