Sha256: 65d8de7c8aa6013aaeec577ab1fbe4b460466b7cb4bb77f565ff83c4b94c1f2d
Contents?: true
Size: 502 Bytes
Versions: 4
Compression:
Stored size: 502 Bytes
Contents
require 'spec_helper' describe Docify::Markup do it 'should render RDoc' do Docify::Markup.render('README.rdoc', fixture('README.rdoc')).should == fixture('README.rdoc.html') end it 'should render Markdown' do Docify::Markup.render('README.markdown', fixture('README.markdown')).should == fixture('README.markdown.html') end it 'should render Textile' do Docify::Markup.render('README.textile', fixture('README.textile')).should == fixture('README.textile.html') end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
docify-1.0.5 | spec/markup_spec.rb |
docify-1.0.4 | spec/markup_spec.rb |
docify-1.0.3 | spec/markup_spec.rb |
docify-1.0.2 | spec/markup_spec.rb |