From 3b35b3a0bba7991a243eb794303b838ae90bb69c Mon Sep 17 00:00:00 2001 From: hukl Date: Mon, 2 Nov 2009 22:19:32 +0100 Subject: add tests --- test/test_helper.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'test/test_helper.rb') diff --git a/test/test_helper.rb b/test/test_helper.rb index cda54bc..22747bb 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -42,6 +42,7 @@ class ActiveSupport::TestCase def create_node_with_published_page node = create_node_with_draft draft = node.draft + draft.published_at = Time.now draft.title = "Test" draft.abstract = "Test" draft.body = "Test" -- cgit v1.3