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