From ad1d4e0cf9af5feec598b5b77f3477049774747b Mon Sep 17 00:00:00 2001 From: Yar04ek Date: Tue, 28 Nov 2023 11:54:41 +0100 Subject: [PATCH] ref: ApiTableRowPr.ToJSON --- spec/docx/smoke/api_table_row_properties_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/docx/smoke/api_table_row_properties_spec.rb b/spec/docx/smoke/api_table_row_properties_spec.rb index b29541cc..6bfe1754 100644 --- a/spec/docx/smoke/api_table_row_properties_spec.rb +++ b/spec/docx/smoke/api_table_row_properties_spec.rb @@ -22,5 +22,5 @@ json = docx.elements[1].nonempty_runs.map(&:text).join parsed_json = JSON.parse(json) expect(parsed_json).to include('name' => 'My Custom Table Style') - end + end end