aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext/nil_ext_test.rb
blob: 945d3af239302e947fd403f9bfa25d7a1859ed6c (plain) (blame)
1
2
3
4
5
class NilExtAccessTests < Test::Unit::TestCase
  def test_to_param
    assert_nil nil.to_param
  end
end