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 71e2a3f commit 90e7e32
Show file tree
Hide file tree
Showing 5 changed files with 587 additions and 597 deletions.
2 changes: 1 addition & 1 deletion lib/asciidoctor/csd/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Asciidoctor
module Csd
VERSION = "0.4.6"
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; rm -f rfc6350.pdf; asciidoctor --trace -b csd -r 'asciidoctor-csd' rfc6350.adoc; cd ../.."
system "cd spec/examples; rm -f rfc6350.doc; rm -f rfc6350.html; rm -f rfc6350.pdf; asciidoctor --trace -b csd -r 'metanorma-csd' rfc6350.adoc; cd ../.."
expect(File.exist?("spec/examples/rfc6350.doc")).to be false
expect(File.exist?("spec/examples/rfc6350.html")).to be true
expect(File.exist?("spec/examples/rfc6350.pdf")).to be true
Expand Down
Loading

0 comments on commit 90e7e32

Please sign in to comment.