Skip to content

Commit 84e3c7f

Browse files
committed
[ref] min ref
1 parent 0e2c127 commit 84e3c7f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

spec/docx/conversion/docx_conversion_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# frozen_string_literal: true
22

33
require 'spec_helper'
4-
describe 'Conversion tests from Docx' do
4+
describe 'Conversion tests from docx' do
55
it 'Conversion | docx to docx', critical: true do
66
parsed_output_file = builder.build_and_parse('js/conversion/docx/docx_to_docx.js')
77
expect(parsed_output_file).to be_with_data
88
end
99

10-
it 'Conversion | docx to Docxf' do
10+
it 'Conversion | docx to docxf' do
1111
parsed_output_file = builder.build_and_parse('js/conversion/docx/docx_to_docxf.js')
1212
ext = builder.recognize_output_format(File.read('js/conversion/docx/docx_to_docxf.js'))
1313
expect(File.extname(parsed_output_file.file_path).strip.downcase[1..]).to eq(ext)

0 commit comments

Comments
 (0)