test/regression/test_vml01.rb in write_xlsx-0.62.0 vs test/regression/test_vml01.rb in write_xlsx-0.64.0
- old
+ new
@@ -17,10 +17,10 @@
worksheet.write('A1', 'Foo')
worksheet.write_comment('B2', 'Some text')
# Set the author to match the target XLSX file.
- worksheet.set_comments_author('John')
+ worksheet.comments_author = 'John'
worksheet.insert_button('C4', {})
workbook.close
compare_xlsx_for_regression(File.join(@regression_output, @xlsx), @xlsx)