spec/properties/page_numbering_spec.rb in openxml-docx-0.9.0 vs spec/properties/page_numbering_spec.rb in openxml-docx-0.10.0
- old
+ new
@@ -46,9 +46,9 @@
with_no_attributes_set do
it_should_output "", assign: false
end
with_these_attributes_set(chapter_separator: :colon, chapter_style: 1, format: :taiwaneseCountingThousand, start: 2) do
- it_should_output "<w:pgNumType w:chapSep=\"colon\" w:chapStyle=\"1\" w:fmt=\"taiwaneseCountingThousand\" w:start=\"2\"/>", assign: false
+ it_should_output "<w:pgNumType w:chapSep=\"colon\" w:chapStyle=\"1\" w:start=\"2\" w:fmt=\"taiwaneseCountingThousand\"/>", assign: false
end
end