aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2010-12-14 10:38:55 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2010-12-14 10:38:55 -0800
commit7c48c8360e1b4e90f2a0c5ef15590355c4bf0856 (patch)
treee54703a364b6c064d3dd9be874cb9afae956b325 /test
parent3a9b9a2d4948c943ca0e6fd35393da5846d95b82 (diff)
downloadrails-7c48c8360e1b4e90f2a0c5ef15590355c4bf0856.tar.gz
rails-7c48c8360e1b4e90f2a0c5ef15590355c4bf0856.tar.bz2
rails-7c48c8360e1b4e90f2a0c5ef15590355c4bf0856.zip
select core should visit the source node
Diffstat (limited to 'test')
-rw-r--r--test/visitors/test_depth_first.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/visitors/test_depth_first.rb b/test/visitors/test_depth_first.rb
index 23b011c2eb..34931c783e 100644
--- a/test/visitors/test_depth_first.rb
+++ b/test/visitors/test_depth_first.rb
@@ -97,6 +97,7 @@ module Arel
Arel::Nodes::As,
Arel::Nodes::DeleteStatement,
Arel::Nodes::Ordering,
+ Arel::Nodes::JoinSource,
].each do |klass|
define_method("test_#{klass.name.gsub('::', '_')}") do
binary = klass.new(:a, :b)