diff options
| author | Geremia Taglialatela <[email protected]> | 2023-04-07 19:03:48 +0200 |
|---|---|---|
| committer | Geremia Taglialatela <[email protected]> | 2023-04-07 19:03:48 +0200 |
| commit | 3460a7fbb808d43a2a027fb98ef40209498a86fd (patch) | |
| tree | 59c918289c5ea1ad02a2ebf42418f86026fd3d0f /test/workbook/worksheet | |
| parent | a058946a0d78771157b07f1803527a2263c44dd7 (diff) | |
| download | caxlsx-3460a7fbb808d43a2a027fb98ef40209498a86fd.tar.gz caxlsx-3460a7fbb808d43a2a027fb98ef40209498a86fd.zip | |
Fix Layout/BlockAlignment offenses
Manually fixed
Diffstat (limited to 'test/workbook/worksheet')
| -rw-r--r-- | test/workbook/worksheet/tc_header_footer.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/workbook/worksheet/tc_header_footer.rb b/test/workbook/worksheet/tc_header_footer.rb index bba879a1..fb95d7bf 100644 --- a/test/workbook/worksheet/tc_header_footer.rb +++ b/test/workbook/worksheet/tc_header_footer.rb @@ -59,7 +59,7 @@ class TestHeaderFooter < Test::Unit::TestCase end def test_boolean_attributes - %w(different_first different_odd_even).each do |attr| + %w(different_first different_odd_even).each do |attr| assert_raise(ArgumentError, 'only booleanish allowed in string attributes') { @hf.send("#{attr}=", 'foo') } assert_nothing_raised { @hf.send("#{attr}=", 1) } end |
