From 4d6ad02ffd6f375944c8d7619e55bb093f353af6 Mon Sep 17 00:00:00 2001 From: Geremia Taglialatela Date: Thu, 13 Apr 2023 16:54:10 +0200 Subject: Fix Style/RedundantFileExtensionInRequire offense --- test/workbook/worksheet/tc_data_bar.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/workbook/worksheet/tc_data_bar.rb') 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 -- cgit v1.2.3