summaryrefslogtreecommitdiff
path: root/test/test_helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_helper.rb')
-rw-r--r--test/test_helper.rb1
1 files changed, 0 insertions, 1 deletions
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
42 def create_node_with_published_page 42 def create_node_with_published_page
43 node = create_node_with_draft 43 node = create_node_with_draft
44 draft = node.draft 44 draft = node.draft
45 draft.published_at = Time.now
46 draft.title = "Test" 45 draft.title = "Test"
47 draft.abstract = "Test" 46 draft.abstract = "Test"
48 draft.body = "Test" 47 draft.body = "Test"