From bc8bfd7457ab1e61470a20a534bb7dfdeaef5b14 Mon Sep 17 00:00:00 2001 From: MoisesMachado Date: Fri, 27 Jul 2007 21:16:42 +0000 Subject: [PATCH] ActionItem0: Making unit test of content --- test/unit/link_block_test.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/unit/link_block_test.rb b/test/unit/link_block_test.rb index 03411b2..e5cce36 100644 --- a/test/unit/link_block_test.rb +++ b/test/unit/link_block_test.rb @@ -4,7 +4,8 @@ class LinkBlockTest < Test::Unit::TestCase fixtures :blocks # Replace this with your real tests. - def test_truth - assert true + def test_content + l = LinkBlock.new + assert_kind_of Array, l.content end end -- libgit2 0.21.2