Sha256: e674f3428e8d061331af32a23abffa8f750205d08ee58b31bdf8650b1edfb2d8
Contents?: true
Size: 267 Bytes
Versions: 7
Compression:
Stored size: 267 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 Typedown::Document.new @doc end end end
Version data entries
7 entries across 7 versions & 1 rubygems