diff options
author | Rafael França <rafaelmfranca@gmail.com> | 2018-01-25 19:16:58 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-25 19:16:58 -0500 |
commit | eb3f968b5ffdd3b343e7d190f1aa0b36864f56a2 (patch) | |
tree | d383a17807f5d274098f409dafde4d4ce670a0a5 /test/visitors | |
parent | df2b74b53664cc3ce3a49156c555b84c134bb75a (diff) | |
parent | cbbe9ed392bfe146fc0871653aad9b619cef8509 (diff) | |
download | rails-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.rb | 2 |
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 |