aboutsummaryrefslogtreecommitdiffstats
path: root/test/visitors
diff options
context:
space:
mode:
Diffstat (limited to 'test/visitors')
-rw-r--r--test/visitors/test_join_sql.rb2
-rw-r--r--test/visitors/test_oracle.rb2
-rw-r--r--test/visitors/test_postgres.rb2
-rw-r--r--test/visitors/test_to_sql.rb2
4 files changed, 4 insertions, 4 deletions
diff --git a/test/visitors/test_join_sql.rb b/test/visitors/test_join_sql.rb
index b79d9432c1..8253fe5ab4 100644
--- a/test/visitors/test_join_sql.rb
+++ b/test/visitors/test_join_sql.rb
@@ -1,4 +1,4 @@
-require 'test_helper'
+require 'helper'
module Arel
module Visitors
diff --git a/test/visitors/test_oracle.rb b/test/visitors/test_oracle.rb
index 578a449185..db277088f1 100644
--- a/test/visitors/test_oracle.rb
+++ b/test/visitors/test_oracle.rb
@@ -1,4 +1,4 @@
-require 'test_helper'
+require 'helper'
module Arel
module Visitors
diff --git a/test/visitors/test_postgres.rb b/test/visitors/test_postgres.rb
index de079b2014..618745c35d 100644
--- a/test/visitors/test_postgres.rb
+++ b/test/visitors/test_postgres.rb
@@ -1,4 +1,4 @@
-require 'test_helper'
+require 'helper'
module Arel
module Visitors
diff --git a/test/visitors/test_to_sql.rb b/test/visitors/test_to_sql.rb
index 299d3094af..b133e8b64e 100644
--- a/test/visitors/test_to_sql.rb
+++ b/test/visitors/test_to_sql.rb
@@ -1,4 +1,4 @@
-require 'test_helper'
+require 'helper'
module Arel
module Visitors