Sha256: 2407ca7922b126c0f57e29a25ffb3300ed14b29fe8d77e37f03a2e7db8b9d21d
Contents?: true
Size: 293 Bytes
Versions: 11
Compression:
Stored size: 293 Bytes
Contents
require 'rdoc/test_case' class TestRDocMarkupRaw < RDoc::TestCase def setup super @p = @RM::Raw.new end def test_push @p.push 'hi', 'there' assert_equal @RM::Raw.new('hi', 'there'), @p end def test_pretty_print assert_equal '[raw: ]', mu_pp(@p) end end
Version data entries
11 entries across 9 versions & 2 rubygems