# File lib/active_support/vendor/i18n-0.1.3/test/simple_backend_test.rb, line 206 def test_pluralize_given_nil_returns_the_given_entry entry = {:one => 'bar', :other => 'bars'} assert_equal entry, @backend.send(:pluralize, nil, entry, nil) end