# File lib/active_support/vendor/i18n-0.1.3/test/i18n_test.rb, line 73
  def test_translate_given_no_locale_uses_i18n_locale
    I18n.backend.expects(:translate).with 'en', :foo, {}
    I18n.translate :foo
  end