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