Skip to content

Commit

Permalink
rspec
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Jan 20, 2025
1 parent ebd6d22 commit 6a77829
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/metanorma/processor_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<sections>
<terms id="H" obligation="normative" displayorder="1"><fmt-title>Terms, Definitions, Symbols and Abbreviated Terms</fmt-title>
<term id="J">
<preferred>Term2</preferred>
<fmt-preferred><p>Term2</p></fmt-preferred>
</term>
</terms>
</sections>
Expand All @@ -59,7 +59,7 @@
OUTPUT
end

it "generates HTML from IsoDoc XML" do
it "generates DOC from IsoDoc XML" do
FileUtils.rm_f "test.doc"
processor.output(<<~INPUT, "test.xml", "test.doc", :doc)
<iso-standard xmlns="http://riboseinc.com/isoxml">
Expand Down

0 comments on commit 6a77829

Please sign in to comment.