link_block_test.rb 248 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 require File.dirname(__FILE__) + '/../test_helper' class LinkBlockTest < Test::Unit::TestCase fixtures :design_blocks # Replace this with your real tests. def test_content l = LinkBlock.new assert_kind_of Array, l.content end end