aboutsummaryrefslogtreecommitdiffstats
path: root/test/visitors
diff options
context:
space:
mode:
Diffstat (limited to 'test/visitors')
-rw-r--r--test/visitors/test_depth_first.rb1
-rw-r--r--test/visitors/test_to_sql.rb2
2 files changed, 1 insertions, 2 deletions
diff --git a/test/visitors/test_depth_first.rb b/test/visitors/test_depth_first.rb
index 0c7f7ccd34..832843265c 100644
--- a/test/visitors/test_depth_first.rb
+++ b/test/visitors/test_depth_first.rb
@@ -1,6 +1,5 @@
# frozen_string_literal: true
require 'helper'
-require 'set'
module Arel
module Visitors
diff --git a/test/visitors/test_to_sql.rb b/test/visitors/test_to_sql.rb
index eb6eedc55d..77756b9e99 100644
--- a/test/visitors/test_to_sql.rb
+++ b/test/visitors/test_to_sql.rb
@@ -1,6 +1,6 @@
# frozen_string_literal: true
require 'helper'
-require 'set'
+require 'bigdecimal'
module Arel
module Visitors