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