diff options
author | Rafael França <rafaelmfranca@gmail.com> | 2016-12-29 01:20:38 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-29 01:20:38 -0500 |
commit | 003d6feb0d6086780b87bd80e8e8be78c10879cb (patch) | |
tree | bdd2c9fc0a3db074cde918c31b604213103fdc24 /test/helper.rb | |
parent | 1f5e99bb9c0da87deee796dd31f8e130a4cfd40b (diff) | |
parent | 3b1689f98c89f7e7a74c61e2894ed2bf81b2d56d (diff) | |
download | rails-003d6feb0d6086780b87bd80e8e8be78c10879cb.tar.gz rails-003d6feb0d6086780b87bd80e8e8be78c10879cb.tar.bz2 rails-003d6feb0d6086780b87bd80e8e8be78c10879cb.zip |
Merge pull request #462 from rails/arel-without-deprecation
Remove deprecated type cast support from Arel
Diffstat (limited to 'test/helper.rb')
-rw-r--r-- | test/helper.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/helper.rb b/test/helper.rb index 87f5756d24..6e8ac836fc 100644 --- a/test/helper.rb +++ b/test/helper.rb @@ -6,8 +6,6 @@ require 'arel' require 'support/fake_record' Arel::Table.engine = FakeRecord::Base.new -$arel_silence_type_casting_deprecation = true - class Object def must_be_like other gsub(/\s+/, ' ').strip.must_equal other.gsub(/\s+/, ' ').strip |