Skip to content

Commit

Permalink
load error
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Aug 15, 2018
1 parent b3bbc08 commit 5946afa
Show file tree
Hide file tree
Showing 6 changed files with 1,513 additions and 1,465 deletions.
2 changes: 1 addition & 1 deletion lib/asciidoctor/m3d/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Asciidoctor
module M3d
VERSION = "1.0.0"
VERSION = "1.0.1"
end
end
File renamed without changes.
2 changes: 1 addition & 1 deletion spec/asciidoctor/base_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
end

it "generates output for the Rice document" do
system "cd spec/examples; rm -f rfc6350.doc; rm -f rfc6350.html; asciidoctor --trace -b m3d -r 'asciidoctor-m3d' rfc6350.adoc; cd ../.."
system "cd spec/examples; rm -f rfc6350.doc; rm -f rfc6350.html; asciidoctor --trace -b m3d -r 'metanorma-m3d' rfc6350.adoc; cd ../.."
expect(File.exist?("spec/examples/rfc6350.doc")).to be true
expect(File.exist?("spec/examples/rfc6350.html")).to be true
end
Expand Down
Loading

0 comments on commit 5946afa

Please sign in to comment.