aboutsummaryrefslogtreecommitdiffstats
path: root/test/visitors/test_dot.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/visitors/test_dot.rb')
-rw-r--r--test/visitors/test_dot.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/visitors/test_dot.rb b/test/visitors/test_dot.rb
index 4dc3c9c6c5..fa1c69e10d 100644
--- a/test/visitors/test_dot.rb
+++ b/test/visitors/test_dot.rb
@@ -64,6 +64,7 @@ module Arel
Arel::Nodes::As,
Arel::Nodes::DeleteStatement,
Arel::Nodes::JoinSource,
+ Arel::Nodes::Casted,
].each do |klass|
define_method("test_#{klass.name.gsub('::', '_')}") do
binary = klass.new(:a, :b)