Sha256: 84ecfc707d082a3161a973b1981c7eba695211cb8d71ab19c3ab9f39aa9050f5
Contents?: true
Size: 294 Bytes
Versions: 6
Compression:
Stored size: 294 Bytes
Contents
require 'helper' class TestDocument < Test::Unit::TestCase def setup @doc = File.read("test/data/example.tpd") end def teardown end should "parse with no exceptions" do assert_nothing_raised do td = Typedown::Document.new @doc puts td.to_html end end end
Version data entries
6 entries across 6 versions & 1 rubygems