aboutsummaryrefslogtreecommitdiffstats
path: root/test/nodes/test_insert_statement.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/nodes/test_insert_statement.rb')
-rw-r--r--test/nodes/test_insert_statement.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/nodes/test_insert_statement.rb b/test/nodes/test_insert_statement.rb
index 47f3c27dee..29029aff68 100644
--- a/test/nodes/test_insert_statement.rb
+++ b/test/nodes/test_insert_statement.rb
@@ -1,4 +1,4 @@
-require 'spec_helper'
+require 'test_helper'
describe Arel::Nodes::InsertStatement do
describe "#clone" do