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/workbook/worksheet/tc_data_bar.rb | |
| parent | 2bb450b398239a10d78cae519d342f5626dec711 (diff) | |
| download | caxlsx-4d6ad02ffd6f375944c8d7619e55bb093f353af6.tar.gz caxlsx-4d6ad02ffd6f375944c8d7619e55bb093f353af6.zip | |
Fix Style/RedundantFileExtensionInRequire offense
Diffstat (limited to 'test/workbook/worksheet/tc_data_bar.rb')
| -rw-r--r-- | test/workbook/worksheet/tc_data_bar.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/workbook/worksheet/tc_data_bar.rb b/test/workbook/worksheet/tc_data_bar.rb index ccb31d40..35cf5c11 100644 --- a/test/workbook/worksheet/tc_data_bar.rb +++ b/test/workbook/worksheet/tc_data_bar.rb @@ -1,4 +1,4 @@ -require 'tc_helper.rb' +require 'tc_helper' class TestDataBar < Test::Unit::TestCase def setup |
