a basic script to ensure that the gem is functional
This commit is contained in:
parent
721716d212
commit
78946f7d93
7
test-install
Executable file
7
test-install
Executable file
@ -0,0 +1,7 @@
|
|||||||
|
#!/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
|
Loading…
Reference in New Issue
Block a user