Sha256: 5ce16988de3a392b8dc72e19c62fa51a86674dcbcc5dbf6294e12c99f7d356ac
Contents?: true
Size: 244 Bytes
Versions: 1
Compression:
Stored size: 244 Bytes
Contents
# encoding: utf-8 require 'test_helper' require 'review/index' class ListIndexTest < Test::Unit::TestCase include ReVIEW def setup end def test_index # ReVIEW::ChapterIndex.parse("=Foo\nfoo\n=Foo2\nfoo2\n".split(/\n/)) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
review-0.9.0 | test/test_index.rb |