aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDimko <deemox@gmail.com>2014-09-17 23:27:59 +0400
committerDimko <deemox@gmail.com>2014-09-17 23:29:32 +0400
commit33aab3adbd3f07887f1e6ce04a7b0983367fe1f0 (patch)
tree6e1fc62f6d6e3394239ede1acb1b3e2871b23411 /test
parentfe7d2aff8ceb0c8cccd64358744ac01c6fc28d89 (diff)
downloadrails-33aab3adbd3f07887f1e6ce04a7b0983367fe1f0.tar.gz
rails-33aab3adbd3f07887f1e6ce04a7b0983367fe1f0.tar.bz2
rails-33aab3adbd3f07887f1e6ce04a7b0983367fe1f0.zip
Fix set visiting spec
Diffstat (limited to 'test')
-rw-r--r--test/visitors/test_to_sql.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/visitors/test_to_sql.rb b/test/visitors/test_to_sql.rb
index d84142e27a..b495c4d994 100644
--- a/test/visitors/test_to_sql.rb
+++ b/test/visitors/test_to_sql.rb
@@ -230,7 +230,7 @@ module Arel
end
it "should visit_Set" do
- @visitor.accept Set.new([1, 2])
+ compile Nodes.build_quoted(Set.new([1, 2]))
end
it "should visit_BigDecimal" do