aboutsummaryrefslogtreecommitdiffstats
path: root/test/collectors/test_sql_string.rb
diff options
context:
space:
mode:
authorSean Griffin <sean@seantheprogrammer.com>2017-07-21 08:02:58 -0400
committerSean Griffin <sean@seantheprogrammer.com>2017-07-21 08:02:58 -0400
commitf031a3b9aa6a8093802e0188abce58e0b997078e (patch)
tree5a8acd14ac5af0a568e436a89a07e759bbd428e0 /test/collectors/test_sql_string.rb
parent67a51c62f4e19390cd8eb408596ca48bb0806362 (diff)
downloadrails-f031a3b9aa6a8093802e0188abce58e0b997078e.tar.gz
rails-f031a3b9aa6a8093802e0188abce58e0b997078e.tar.bz2
rails-f031a3b9aa6a8093802e0188abce58e0b997078e.zip
Rename `Collectors::Bind`
The "bind collector" does not actually collect bind params at all, it substitutes them out of the final AST, replacing them with a quoted value.
Diffstat (limited to 'test/collectors/test_sql_string.rb')
-rw-r--r--test/collectors/test_sql_string.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/collectors/test_sql_string.rb b/test/collectors/test_sql_string.rb
index 92f1bf0fba..769c2e6d53 100644
--- a/test/collectors/test_sql_string.rb
+++ b/test/collectors/test_sql_string.rb
@@ -1,6 +1,5 @@
# frozen_string_literal: true
require 'helper'
-require 'arel/collectors/bind'
module Arel
module Collectors