rubygem-asciidoctor/test-install

8 lines
226 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'
2013-03-01 18:53:35 +00:00
puts Asciidoctor.render("= Asciidoctor\n\nI'm **alive**!", :header_footer => true, :compact => true)