aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext/object/json_test.rb
blob: d3d31530dfa30543e5129f7891635da86c2115ff (plain) (blame)
1
2
3
4
5
6
7
8
9
require 'abstract_unit'

class JsonTest < ActiveSupport::TestCase
  # See activesupport/test/json/encoding_test.rb for JSON encoding tests

  def test_deprecated_require_to_json_rb
    assert_deprecated { require 'active_support/core_ext/object/to_json' }
  end
end