We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e81f25 commit ca2ad29Copy full SHA for ca2ad29
1 file changed
spec/lib/cell_spec.rb
@@ -73,7 +73,7 @@
73
ok_data = 'A' * 32767 # The limit is 32767
74
75
expect {
76
- @worksheet.add_cell(0, 1, ok_data) # 32767 -> OK
+ @worksheet.add_cell(0, 1, ok_data) # 32767 -> OK
77
}.not_to raise_error
78
79
# 1 longer than the limit, so an exception must be thrown.
0 commit comments