aboutsummaryrefslogtreecommitdiffstats
path: root/test/collectors
diff options
context:
space:
mode:
Diffstat (limited to 'test/collectors')
-rw-r--r--test/collectors/test_bind.rb2
-rw-r--r--test/collectors/test_composite.rb1
2 files changed, 0 insertions, 3 deletions
diff --git a/test/collectors/test_bind.rb b/test/collectors/test_bind.rb
index 6b4b651cf7..62fd911a0f 100644
--- a/test/collectors/test_bind.rb
+++ b/test/collectors/test_bind.rb
@@ -1,8 +1,6 @@
# frozen_string_literal: true
require 'helper'
-require 'arel/collectors/bind'
-
module Arel
module Collectors
class TestBind < Arel::Test
diff --git a/test/collectors/test_composite.rb b/test/collectors/test_composite.rb
index b47c37db73..3d49b390e8 100644
--- a/test/collectors/test_composite.rb
+++ b/test/collectors/test_composite.rb
@@ -3,7 +3,6 @@ require 'helper'
require 'arel/collectors/bind'
require 'arel/collectors/composite'
-require 'arel/collectors/sql_string'
module Arel
module Collectors