From bc6080a332806c2d0d359e05aaee2a7865d08673 Mon Sep 17 00:00:00 2001 From: hukl Date: Tue, 17 Nov 2009 12:35:04 +0100 Subject: don't set the published_at upon creation of the first draft but rather on publish --- test/test_helper.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'test/test_helper.rb') diff --git a/test/test_helper.rb b/test/test_helper.rb index 22747bb..cda54bc 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -42,7 +42,6 @@ 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