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