aboutsummaryrefslogtreecommitdiffstats
path: root/test/visitors
diff options
context:
space:
mode:
authorRafael França <rafaelmfranca@gmail.com>2018-01-25 19:16:58 -0500
committerGitHub <noreply@github.com>2018-01-25 19:16:58 -0500
commiteb3f968b5ffdd3b343e7d190f1aa0b36864f56a2 (patch)
treed383a17807f5d274098f409dafde4d4ce670a0a5 /test/visitors
parentdf2b74b53664cc3ce3a49156c555b84c134bb75a (diff)
parentcbbe9ed392bfe146fc0871653aad9b619cef8509 (diff)
downloadrails-eb3f968b5ffdd3b343e7d190f1aa0b36864f56a2.tar.gz
rails-eb3f968b5ffdd3b343e7d190f1aa0b36864f56a2.tar.bz2
rails-eb3f968b5ffdd3b343e7d190f1aa0b36864f56a2.zip
Merge pull request #516 from yahonda/ruby250
CI with Ruby 2.5.0
Diffstat (limited to 'test/visitors')
-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 77756b9e99..4416a11b8d 100644
--- a/test/visitors/test_to_sql.rb
+++ b/test/visitors/test_to_sql.rb
@@ -233,7 +233,7 @@ module Arel
end
it "should visit_BigDecimal" do
- compile Nodes.build_quoted(BigDecimal.new('2.14'))
+ compile Nodes.build_quoted(BigDecimal('2.14'))
end
it "should visit_Date" do