diff options
| author | Geremia Taglialatela <[email protected]> | 2023-04-13 16:54:10 +0200 |
|---|---|---|
| committer | Geremia Taglialatela <[email protected]> | 2023-05-03 16:05:38 +0200 |
| commit | 4d6ad02ffd6f375944c8d7619e55bb093f353af6 (patch) | |
| tree | a544564e60127e845743457349da83b6bc80f401 /test/stylesheet | |
| parent | 2bb450b398239a10d78cae519d342f5626dec711 (diff) | |
| download | caxlsx-4d6ad02ffd6f375944c8d7619e55bb093f353af6.tar.gz caxlsx-4d6ad02ffd6f375944c8d7619e55bb093f353af6.zip | |
Fix Style/RedundantFileExtensionInRequire offense
Diffstat (limited to 'test/stylesheet')
| -rw-r--r-- | test/stylesheet/tc_border.rb | 2 | ||||
| -rw-r--r-- | test/stylesheet/tc_border_pr.rb | 2 | ||||
| -rw-r--r-- | test/stylesheet/tc_cell_alignment.rb | 2 | ||||
| -rw-r--r-- | test/stylesheet/tc_cell_protection.rb | 2 | ||||
| -rw-r--r-- | test/stylesheet/tc_cell_style.rb | 2 | ||||
| -rw-r--r-- | test/stylesheet/tc_color.rb | 2 | ||||
| -rw-r--r-- | test/stylesheet/tc_dxf.rb | 2 | ||||
| -rw-r--r-- | test/stylesheet/tc_fill.rb | 2 | ||||
| -rw-r--r-- | test/stylesheet/tc_font.rb | 2 | ||||
| -rw-r--r-- | test/stylesheet/tc_gradient_fill.rb | 2 | ||||
| -rw-r--r-- | test/stylesheet/tc_gradient_stop.rb | 2 | ||||
| -rw-r--r-- | test/stylesheet/tc_num_fmt.rb | 2 | ||||
| -rw-r--r-- | test/stylesheet/tc_pattern_fill.rb | 2 | ||||
| -rw-r--r-- | test/stylesheet/tc_styles.rb | 2 | ||||
| -rw-r--r-- | test/stylesheet/tc_table_style.rb | 2 | ||||
| -rw-r--r-- | test/stylesheet/tc_table_style_element.rb | 2 | ||||
| -rw-r--r-- | test/stylesheet/tc_table_styles.rb | 2 | ||||
| -rw-r--r-- | test/stylesheet/tc_xf.rb | 2 |
18 files changed, 18 insertions, 18 deletions
diff --git a/test/stylesheet/tc_border.rb b/test/stylesheet/tc_border.rb index 4060dbf5..132dc68a 100644 --- a/test/stylesheet/tc_border.rb +++ b/test/stylesheet/tc_border.rb @@ -1,4 +1,4 @@ -require 'tc_helper.rb' +require 'tc_helper' class TestBorder < Test::Unit::TestCase def setup diff --git a/test/stylesheet/tc_border_pr.rb b/test/stylesheet/tc_border_pr.rb index 90f18586..c82b282d 100644 --- a/test/stylesheet/tc_border_pr.rb +++ b/test/stylesheet/tc_border_pr.rb @@ -1,4 +1,4 @@ -require 'tc_helper.rb' +require 'tc_helper' class TestBorderPr < Test::Unit::TestCase def setup diff --git a/test/stylesheet/tc_cell_alignment.rb b/test/stylesheet/tc_cell_alignment.rb index 28e0d272..79ed858d 100644 --- a/test/stylesheet/tc_cell_alignment.rb +++ b/test/stylesheet/tc_cell_alignment.rb @@ -1,4 +1,4 @@ -require 'tc_helper.rb' +require 'tc_helper' class TestCellAlignment < Test::Unit::TestCase def setup diff --git a/test/stylesheet/tc_cell_protection.rb b/test/stylesheet/tc_cell_protection.rb index 631192de..e70bb1b8 100644 --- a/test/stylesheet/tc_cell_protection.rb +++ b/test/stylesheet/tc_cell_protection.rb @@ -1,4 +1,4 @@ -require 'tc_helper.rb' +require 'tc_helper' class TestCellProtection < Test::Unit::TestCase def setup diff --git a/test/stylesheet/tc_cell_style.rb b/test/stylesheet/tc_cell_style.rb index d62e68ed..a2990967 100644 --- a/test/stylesheet/tc_cell_style.rb +++ b/test/stylesheet/tc_cell_style.rb @@ -1,4 +1,4 @@ -require 'tc_helper.rb' +require 'tc_helper' class TestCellStyle < Test::Unit::TestCase def setup diff --git a/test/stylesheet/tc_color.rb b/test/stylesheet/tc_color.rb index 336c093f..1c14278a 100644 --- a/test/stylesheet/tc_color.rb +++ b/test/stylesheet/tc_color.rb @@ -1,4 +1,4 @@ -require 'tc_helper.rb' +require 'tc_helper' class TestColor < Test::Unit::TestCase def setup diff --git a/test/stylesheet/tc_dxf.rb b/test/stylesheet/tc_dxf.rb index bac649dd..014f794e 100644 --- a/test/stylesheet/tc_dxf.rb +++ b/test/stylesheet/tc_dxf.rb @@ -1,4 +1,4 @@ -require 'tc_helper.rb' +require 'tc_helper' class TestDxf < Test::Unit::TestCase def setup diff --git a/test/stylesheet/tc_fill.rb b/test/stylesheet/tc_fill.rb index 6e586e45..89e746da 100644 --- a/test/stylesheet/tc_fill.rb +++ b/test/stylesheet/tc_fill.rb @@ -1,4 +1,4 @@ -require 'tc_helper.rb' +require 'tc_helper' class TestFill < Test::Unit::TestCase def setup diff --git a/test/stylesheet/tc_font.rb b/test/stylesheet/tc_font.rb index 3eaec01a..d3d5fdff 100644 --- a/test/stylesheet/tc_font.rb +++ b/test/stylesheet/tc_font.rb @@ -1,4 +1,4 @@ -require 'tc_helper.rb' +require 'tc_helper' class TestFont < Test::Unit::TestCase def setup diff --git a/test/stylesheet/tc_gradient_fill.rb b/test/stylesheet/tc_gradient_fill.rb index 7f0a4013..fa7ca434 100644 --- a/test/stylesheet/tc_gradient_fill.rb +++ b/test/stylesheet/tc_gradient_fill.rb @@ -1,4 +1,4 @@ -require 'tc_helper.rb' +require 'tc_helper' class TestGradientFill < Test::Unit::TestCase def setup diff --git a/test/stylesheet/tc_gradient_stop.rb b/test/stylesheet/tc_gradient_stop.rb index 48b0d69d..34b18e36 100644 --- a/test/stylesheet/tc_gradient_stop.rb +++ b/test/stylesheet/tc_gradient_stop.rb @@ -1,4 +1,4 @@ -require 'tc_helper.rb' +require 'tc_helper' class TestGradientStop < Test::Unit::TestCase def setup diff --git a/test/stylesheet/tc_num_fmt.rb b/test/stylesheet/tc_num_fmt.rb index f75db1d1..33d91f97 100644 --- a/test/stylesheet/tc_num_fmt.rb +++ b/test/stylesheet/tc_num_fmt.rb @@ -1,4 +1,4 @@ -require 'tc_helper.rb' +require 'tc_helper' class TestNumFmt < Test::Unit::TestCase def setup diff --git a/test/stylesheet/tc_pattern_fill.rb b/test/stylesheet/tc_pattern_fill.rb index 9e122d19..b2e77b7a 100644 --- a/test/stylesheet/tc_pattern_fill.rb +++ b/test/stylesheet/tc_pattern_fill.rb @@ -1,4 +1,4 @@ -require 'tc_helper.rb' +require 'tc_helper' class TestPatternFill < Test::Unit::TestCase def setup diff --git a/test/stylesheet/tc_styles.rb b/test/stylesheet/tc_styles.rb index 415bf968..f64a1cba 100644 --- a/test/stylesheet/tc_styles.rb +++ b/test/stylesheet/tc_styles.rb @@ -1,4 +1,4 @@ -require 'tc_helper.rb' +require 'tc_helper' class TestStyles < Test::Unit::TestCase def setup diff --git a/test/stylesheet/tc_table_style.rb b/test/stylesheet/tc_table_style.rb index 6c15ebae..cd07733a 100644 --- a/test/stylesheet/tc_table_style.rb +++ b/test/stylesheet/tc_table_style.rb @@ -1,4 +1,4 @@ -require 'tc_helper.rb' +require 'tc_helper' class TestTableStyle < Test::Unit::TestCase def setup diff --git a/test/stylesheet/tc_table_style_element.rb b/test/stylesheet/tc_table_style_element.rb index 6dcbedd9..febb8b65 100644 --- a/test/stylesheet/tc_table_style_element.rb +++ b/test/stylesheet/tc_table_style_element.rb @@ -1,4 +1,4 @@ -require 'tc_helper.rb' +require 'tc_helper' class TestTableStyleElement < Test::Unit::TestCase def setup diff --git a/test/stylesheet/tc_table_styles.rb b/test/stylesheet/tc_table_styles.rb index 4fdee796..f09f4e2d 100644 --- a/test/stylesheet/tc_table_styles.rb +++ b/test/stylesheet/tc_table_styles.rb @@ -1,4 +1,4 @@ -require 'tc_helper.rb' +require 'tc_helper' class TestTableStyles < Test::Unit::TestCase def setup diff --git a/test/stylesheet/tc_xf.rb b/test/stylesheet/tc_xf.rb index 71ce71a4..a381c976 100644 --- a/test/stylesheet/tc_xf.rb +++ b/test/stylesheet/tc_xf.rb @@ -1,4 +1,4 @@ -require 'tc_helper.rb' +require 'tc_helper' class TestXf < Test::Unit::TestCase def setup |
