Sha256: 9d42784dc840f98910b46a1befcfcdbf35000c82245018a4efdfb260c54e1a34
Contents?: true
Size: 453 Bytes
Versions: 2
Compression:
Stored size: 453 Bytes
Contents
require 'spec_helper' describe 'Docify::Markup' do it 'should render RDoc' do Docify::Markup.rdoc(fixture('README.rdoc')).should == fixture('README.rdoc.html') end it 'should render Markdown' do Docify::Markup.markdown(fixture('README.markdown')).should == fixture('README.markdown.html') end it 'should render Textile' do Docify::Markup.textile(fixture('README.textile')).should == fixture('README.textile.html') end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
docify-1.0.7 | spec/markup_spec.rb |
docify-1.0.6 | spec/markup_spec.rb |