We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c2158b commit f5797e2Copy full SHA for f5797e2
1 file changed
spec/docx/conversion/docx_conversion_spec.rb
@@ -1,13 +1,13 @@
1
# frozen_string_literal: true
2
3
require 'spec_helper'
4
-describe 'Conversion tests from Docx' do
+describe 'Conversion tests from docx' do
5
it 'Conversion | docx to docx', critical: true do
6
parsed_output_file = builder.build_and_parse('js/conversion/docx/docx_to_docx.js')
7
expect(parsed_output_file).to be_with_data
8
end
9
10
- it 'Conversion | docx to Docxf' do
+ it 'Conversion | docx to docxf' do
11
parsed_output_file = builder.build_and_parse('js/conversion/docx/docx_to_docxf.js')
12
ext = builder.recognize_output_format(File.read('js/conversion/docx/docx_to_docxf.js'))
13
expect(File.extname(parsed_output_file.file_path).strip.downcase[1..]).to eq(ext)
0 commit comments