rubygem-asciidoctor/test-install

8 lines
212 B
Plaintext
Raw Normal View History

#!/usr/bin/env ruby
# A sanity check to ensure that gem is functional after installing the package.
require 'asciidoctor'
puts Asciidoctor::Document.new("= Asciidoctor\n\nI'm **alive**!".lines.entries).render