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 3dc70d7dd6..b79d9432c1 100644
--- a/test/visitors/test_join_sql.rb
+++ b/test/visitors/test_join_sql.rb
@@ -1,4 +1,4 @@
-require 'spec_helper'
+require 'test_helper'
module Arel
module Visitors
diff --git a/test/visitors/test_oracle.rb b/test/visitors/test_oracle.rb
index 8b5732f287..e7c61c3f88 100644
--- a/test/visitors/test_oracle.rb
+++ b/test/visitors/test_oracle.rb
@@ -1,4 +1,4 @@
-require 'spec_helper'
+require 'test_helper'
module Arel
module Visitors
diff --git a/test/visitors/test_postgres.rb b/test/visitors/test_postgres.rb
index 70b935c185..de079b2014 100644
--- a/test/visitors/test_postgres.rb
+++ b/test/visitors/test_postgres.rb
@@ -1,4 +1,4 @@
-require 'spec_helper'
+require 'test_helper'
module Arel
module Visitors
diff --git a/test/visitors/test_to_sql.rb b/test/visitors/test_to_sql.rb
index f7455d7fa3..299d3094af 100644
--- a/test/visitors/test_to_sql.rb
+++ b/test/visitors/test_to_sql.rb
@@ -1,4 +1,4 @@
-require 'spec_helper'
+require 'test_helper'
module Arel
module Visitors