aboutsummaryrefslogtreecommitdiffstats
path: root/test/helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/helper.rb')
-rw-r--r--test/helper.rb2
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