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