summaryrefslogtreecommitdiffhomepage
path: root/test/rels
diff options
context:
space:
mode:
authorGeremia Taglialatela <[email protected]>2023-04-13 16:54:10 +0200
committerGeremia Taglialatela <[email protected]>2023-05-03 16:05:38 +0200
commit4d6ad02ffd6f375944c8d7619e55bb093f353af6 (patch)
treea544564e60127e845743457349da83b6bc80f401 /test/rels
parent2bb450b398239a10d78cae519d342f5626dec711 (diff)
downloadcaxlsx-4d6ad02ffd6f375944c8d7619e55bb093f353af6.tar.gz
caxlsx-4d6ad02ffd6f375944c8d7619e55bb093f353af6.zip
Fix Style/RedundantFileExtensionInRequire offense
Diffstat (limited to 'test/rels')
-rw-r--r--test/rels/tc_relationship.rb2
-rw-r--r--test/rels/tc_relationships.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/rels/tc_relationship.rb b/test/rels/tc_relationship.rb
index 71208ec7..b38c47e1 100644
--- a/test/rels/tc_relationship.rb
+++ b/test/rels/tc_relationship.rb
@@ -1,4 +1,4 @@
-require 'tc_helper.rb'
+require 'tc_helper'
class TestRelationships < Test::Unit::TestCase
def test_instances_with_different_attributes_have_unique_ids
diff --git a/test/rels/tc_relationships.rb b/test/rels/tc_relationships.rb
index ba153ce7..488880b4 100644
--- a/test/rels/tc_relationships.rb
+++ b/test/rels/tc_relationships.rb
@@ -1,4 +1,4 @@
-require 'tc_helper.rb'
+require 'tc_helper'
class TestRelationships < Test::Unit::TestCase
def test_for