# File lib/active_support/vendor/i18n-0.1.3/test/simple_backend_test.rb, line 166
  def test_translate_calls_pluralize
    @backend.expects(:pluralize).with 'en', 'bar', 1
    @backend.translate 'en', :bar, :scope => [:foo], :count => 1
  end