rubygem-asciidoctor/test-install
2013-03-01 19:53:35 +01:00

8 lines
226 B
Ruby
Executable File

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